Click or drag to resize

GameLiftManagerConvertFloatArrayToByteArray Method

Converts a float array into a byte array

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public byte[] ConvertFloatArrayToByteArray(
	float[] _floats
)

Parameters

_floats
Type: SystemSingle
The float array to convert

Return Value

Type: Byte
A byte array representing the floats passed in
See Also