ReadUint64Array Data Member Function

Reads an array of <uint64> values from disk.

Prototype

int32 ReadUint64Array( Uint64Iterator first, Uint64Iterator last )

Parameters

Parameter Type Parameter Name Documentation
<Uint64Iterator>firstAn iterator at the start of the range to read from disk.
<Uint64Iterator>lastAn iterator at the end of the range to read from disk.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.