ILNumerics Ultimate VS

ILMathtoint16 Method (BaseArrayUInt16)

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<short> toint16(
	BaseArray<ushort> A
)

Parameters

A
Type: ILNumericsBaseArrayUInt16
Input array.

Return Value

Type: RetArrayInt16
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