BaseEntryFireExceptionIfUnits Method
Fires an Operation Can Not be Performed With Units exception if one or several of the specified
expression components contains Units.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public static void FireExceptionIfUnits(
params BaseEntry[] args
)
Public Shared Sub FireExceptionIfUnits (
ParamArray args As BaseEntry()
)
public:
static void FireExceptionIfUnits(
... array<BaseEntry^>^ args
)
static member FireExceptionIfUnits :
args : BaseEntry[] -> unit
Parameters
- args BaseEntry
-
List of the expression components to check.
Expression components that contains Unit equal to 1 will not cause and exception.