WriteShortArray
Writes an array of short or ushort type variables to file.
uint WriteShortArray(
short& array[],
int start_item=0,
int items_count=-1
) |
Parameters
array[]
[in] Array to write.
start_item=0
[in] Start element to write from.
items_count=-1
[in] Number of elements to write (-1 - for whole array).
Returned value