ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Array{short} of the same shape as A.
(Reinterpret) cast array of unsigned elements to signed 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: ILNumericsBaseArrayUInt16
Input array.
Return Value
Type: RetArrayInt16Array{short} of the same shape as A.
Remarks
The operation is efficiently performed without copying any elements. The returned array has the same storage order and the same size as A.
The input array A is not altered.
[ILNumerics Computing Engine]
See Also