Variables
Methods
Returns the IEEE double precision value at given position (in low endian encoding). Result is unspecified if reading outside of the bounds
Returns the IEEE single precision value at given position (in low endian encoding). Result is unspecified if reading outside of the bounds
setDouble (pos:Int, v:Float):Void
Store the IEEE double precision value at given position in low endian encoding. Result is unspecified if writing outside of the bounds.
setFloat (pos:Int, v:Float):Void
Store the IEEE single precision value at given position in low endian encoding. Result is unspecified if writing outside of the bounds.
setInt64 (pos:Int, v:Int64):Void
Store the 64 bit integer at given position (in low endian encoding).