Converter.ToFloat Method
Namespace: Riptide.Utils
Assembly: RiptideNetworking.dll
ToFloat(byte[], int)
Converts the 4 bytes in the array at startIndex
to a float.
public static float ToFloat(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
float | The converted float. |