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

EmbeddedMessage..::..GetDoubles Method (Int32, array<Double>[]()[][], Int32)

Populates a Double array with doubles retrieved from the message.

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

Syntax


public void GetDoubles(

	int amount,

	double[] intoArray,

	int startIndex

)

Parameters

amount
Type: Int32
The amount of doubles to retrieve.
intoArray
Type: array<Double>[]()[][]
The array to populate.
startIndex
Type: Int32
The position at which to start populating the array.