ILNumerics Ultimate VS

ILMathtouint64 Method (BaseArrayInt64)

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<ulong> touint64(
	BaseArray<long> A
)

Parameters

A
Type: ILNumericsBaseArrayInt64
Input array.

Return Value

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