Click or drag to resize

IntegerArrayExplicit Conversion (IntegerArray toInt32[])

Casts the IntegerArray to an array of its values. It doesn't copies the values, but returns the reference to internal array.

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

Parameters

array
Type: FinMath.DataStructures.IntegerArray
The IntegerArray to cast.

Return Value

Type:Int32[]
The internal array.
See Also