IntegerArray Conversion Operators |
Name | Description | |
---|---|---|
(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.
| |
(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.
|