BigEndianReadInt64 Method |
Decodes a 64bit signed integer from the data buffer.
Namespace: Demo3D.IOAssembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
Syntaxpublic static long ReadInt64(
byte[] buffer,
int offset
)
Parameters
- buffer Byte
- Buffer to read the data from.
- offset Int32
- Offset into 'buffer' to start reading the data.
Return Value
Int64The value to read.
See Also