Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: long BytesToLong(byte[], int, bool)Declarationpublic static long BytesToLong(
byte[] buffer,
int index,
bool bigEndian = false
) Summary
Converts the bytes at the specified index within the specified buffer to
a 64-bit signed integer. Parametersbyte[] | buffer |
Array to take values from. | int | index |
Index within the array at which to start taking values. | bool | bigEndian | true to interpret the data as big-endian byte order; false for little-endian byte order. |
Returns
The converted 64-bit signed integer. |