Click or drag to resize

ISFSArray.AddFloatArray Method

Appends an array of floating point 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#
void AddFloatArray(
	float[] val
)

Parameters

val
Type:System.Single[]
The array of floats to be appended to this array.
See Also