Reads an array of <int16> values from disk.
int32 ReadInt16Array( Int16Iterator first, Int16Iterator last )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Int16Iterator> | first | An iterator at the start of the range to read from disk. |
| <Int16Iterator> | last | An iterator at the end of the range to read from disk. |
None published. Please look for an example in the Simdify Scripting Language code base.