ILNumerics Ultimate VS

ILMathtouint16 Method (BaseArrayInt16)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
(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

public static RetArray<ushort> touint16(
	BaseArray<short> A
)

Parameters

A
Type: ILNumericsBaseArrayInt16
Input array.

Return Value

Type: RetArrayUInt16
Array{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

Reference