com.onlineobject.objectnet Namespace
com.onlineobject.objectnet.server Namespace

EmbeddedMessage..::..GetFloats Method (Int32, array<Single>[]()[][], Int32)

Populates a Single array with floats retrieved from the message.

Namespace:  com.onlineobject.objectnet.server
Assembly:  ObjectNetAPI (in ObjectNetAPI.dll)

Syntax


public void GetFloats(

	int amount,

	float[] intoArray,

	int startIndex

)

Parameters

amount
Type: Int32
The amount of floats to retrieve.
intoArray
Type: array<Single>[]()[][]
The array to populate.
startIndex
Type: Int32
The position at which to start populating the array.