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

EmbeddedMessage..::..Add Method (Single)

Adds a [float] to the message.

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

Syntax


public EmbeddedMessage Add(

	float value

)

Parameters

value
Type: Single
The [float] to add.

Return Value

The message that the [float] was added to.

Remarks


This method is simply an alternative way of calling AddFloat(Single).