Reads an array of <uint32> values from disk.
int32 ReadUint32Array( Uint32Iterator first, Uint32Iterator last )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Uint32Iterator> | first | An iterator at the start of the range to read from disk. |
| <Uint32Iterator> | 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.