Converter.FromLong Method
Namespace: Riptide.Utils
Assembly: RiptideNetworking.dll
FromLong(long, byte[], int)
Converts a given long to bytes and writes them into the given array.
public static void FromLong(long value, byte[] array, int startIndex)
Parameters
long | value |
The long to convert. |
byte[] | array |
The array to write the bytes into. |
int | startIndex |
The position in the array at which to write the bytes. |