BigEndianWriteUInt64 Method |
Encodes a 64bit unsigned integer into the data buffer.
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic static void WriteUInt64(
byte[] buffer,
int offset,
ulong val
)
Parameters
- buffer
- Type: SystemByte
Buffer to write the data into. - offset
- Type: SystemInt32
Offset into 'buffer' to start writing the data. - val
- Type: SystemUInt64
The value to write.
See Also