Click or drag to resize

SFSArrayAddFloat Method

Appends a floating point number (32 bits) value 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 AddFloat(
	float val
)

Parameters

val
Type: SystemSingle
The value to be appended to this array.

Implements

ISFSArrayAddFloat(Single)
See Also