ILNumerics Ultimate VS

ILMathtouint32 Method (BaseArrayInt32)

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<uint> touint32(
	BaseArray<int> A
)

Parameters

A
Type: ILNumericsBaseArrayInt32
Input array.

Return Value

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