Click or drag to resize

SFSObjectPutDoubleArray Method

Associates the passed array of doubles with the specified key in this object.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void PutDoubleArray(
	string key,
	double[] val
)

Parameters

key
Type: SystemString
The key with which the specified array is to be associated.
val
Type: SystemDouble
The array of doubles to be associated with the specified key.

Implements

ISFSObjectPutDoubleArray(String, Double)
See Also