Struct ArrayProperties
struct ArrayProperties
;
Fields
| Name | Type | Description |
|---|---|---|
dimsSize
|
int[] | Dimensions sizes info |
leftBounds
|
int[] | Left bounds of each dimension. Can differ from 1 for slices. Useful to restore coordinates inside of a slice. |
nElems
|
ulong | Total elements |
OID
|
OidType | Oid |