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

EmbeddedMessage..::..Add Method (array<Single>[]()[][], Boolean)

Adds a [float] array to the message.

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

Syntax


public EmbeddedMessage Add(

	float[] array,

	bool includeLength

)

Parameters

array
Type: array<Single>[]()[][]
The array to add.
includeLength
Type: Boolean
Whether or not to include the length of the array in the message.

Return Value

The message that the array was added to.

Remarks


This method is simply an alternative way of calling AddFloats(array<Single>[]()[][], Boolean).