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

EmbeddedMessage..::..AddDouble Method

Adds a Double to the message.

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

Syntax


public EmbeddedMessage AddDouble(

	double value

)

Parameters

value
Type: Double
The Double to add.

Return Value

The message that the Double was added to.