Click or drag to resize

SFSArrayAddDoubleArray Method

Appends an array of double precision number values to the end of this array.

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

Parameters

val
Type: SystemDouble
The array of doubles to be appended to this array.

Implements

ISFSArrayAddDoubleArray(Double)
See Also