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