ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Logical of the same shape as A.
Convert elements to Byte.
[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: ILNumericsBaseArrayBoolean
Input array.
Return Value
Type: RetArrayByteLogical of the same shape as A.
Remarks
The operation is efficiently performed without copying elements of A.
The array returned will have the same StorageOrder as A.
The operation is performed by 'reinterprete-cast'-ing A to the new output type.
The input array A is not altered.
[ILNumerics Computing Engine]
See Also