ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
True if A has no elements, false otherwise.
Tests if A has no elements.
[ILNumerics Computing Engine]
Namespace: ILNumerics
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Parameters
- A
- Type: ILNumericsBaseArray
Input array.
Return Value
Type: BooleanTrue if A has no elements, false otherwise.
Remarks
This function is an alias for IsEmpty.
[ILNumerics Computing Engine]
See Also
Reference
MathInternal.isnullorempty(BaseArray)