IntegerArray Constructor (Int32)
|
Creates IntegerArray with elements from specified array.
Namespace:
FinMath.DataStructures
Assembly:
FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax public IntegerArray(
int[] array
)
Parameters
- array
- Type: SystemInt32
Array of elements.
See Also