Reads an array of <float16> values (stored on disk as word/uint16) from disk.
int32 ReadFloat16Array( Float16Iterator first, Float16Iterator last )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| <Float16Iterator> | first | An iterator at the start of the range to read from disk. |
| <Float16Iterator> | 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.