BaseEntryFireExceptionIfUnits Method

Fires an Operation Can Not be Performed With Units exception if one or several of the specified expression components contains Units.

Definition

Namespace: SMath.Math.Numeric
Assembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
C#
public static void FireExceptionIfUnits(
	params BaseEntry[] args
)

Parameters

args  BaseEntry
List of the expression components to check.

Remarks

Expression components that contains Unit equal to 1 will not cause and exception.

Exceptions

GeneralException Thrown if one of the expression components contains Units.

See Also