ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
True, if the array is null, false otherwise
This function is basically the same as Equals(Object). The difference is that memory management is performed on A.
Determine, if the array A is null (NULL, not assigned).
[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 the array is null, false otherwise
Remarks
[ILNumerics Computing Engine]
See Also