Description:
This object represents an array capable of storing the integer values occupying 1, 2, and 4 bytes.
Interface:
IIGIntegerArray extends IIGArray
Members:
Methods
CopyTo Method |
Copies part of the current array (or the whole array) to another array (IGIntegerArray object). |
GetPtr Method |
This method returns raw pointer to the internal buffer storing array elements. |
Resize Method |
This method re-sizes an array. |
SetValuesTo Method |
This method sets all elements in the array to the specified value. |
Properties
Item Property |
This indexed property provides access to the array element. |
ItemSize Property |
This property returns the size of the array element in bytes. |
Size Property |
This property returns the number of elements in the array. |
Type Property |
This property returns the type of data elements stored in the array. |