Converter.ToULong Method
Namespace: Riptide.Utils
Assembly: RiptideNetworking.dll
ToULong(byte[], int)
Converts the 8 bytes in the array at startIndex
to a ulong.
public static ulong ToULong(byte[] array, int startIndex)
Parameters
byte[] | array |
The array to read the bytes from. |
int | startIndex |
The position in the array at which to read the bytes. |
Returns
ulong | The converted ulong. |