[]
Allocates multiple IValue objects.
int AllocSharedValue(int count)
Function AllocSharedValue(count As Integer) As Integer
Type | Name | Description |
---|---|---|
int | count | The total number of IValue objects to allocate. |
Type | Description |
---|---|
int | An zero-based interger indicates the index of first allocated IValue object. |
The calculation engine doesn't release your shared value automatically. If AllocSharedValue(int) is invoked, make sure that DeallocSharedValue() is also invoked before exist from the function.