Click or drag to resize

IntegerArray  Conversion (Int32 to IntegerArray)

Casts the array of values to the IntegerArray. It doesn't copies the values, but saves the reference to the input array.

Namespace:  FinMath.DataStructures
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
public static explicit operator IntegerArray (
	int[] array
)

Parameters

array
Type: SystemInt32
The array to cast.

Return Value

Type: IntegerArray
The resulting IntegerArray.
See Also