IntegerArray Conversion (IntegerArray to Int32)
|
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 public static explicit operator int[] (
IntegerArray array
)
Parameters
- array
- Type: FinMath.DataStructuresIntegerArray
The IntegerArray to cast.
Return Value
Type:
Int32
The internal array.
See Also