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

EmbeddedMessage..::..Add Method (Double)

Adds a [double] to the message.

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

Syntax


public EmbeddedMessage Add(

	double value

)

Parameters

value
Type: Double
The [double] to add.

Return Value

The message that the [double] was added to.

Remarks


This method is simply an alternative way of calling AddDouble(Double).