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

EmbeddedMessage..::..AddFloat Method

Adds a Single to the message.

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

Syntax


public EmbeddedMessage AddFloat(

	float value

)

Parameters

value
Type: Single
The Single to add.

Return Value

The message that the Single was added to.