Click or drag to resize

SFSObjectGetFloatArray Method

Returns the element corresponding to the specified key as an array of floats.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public virtual float[] GetFloatArray(
	string key
)

Parameters

key
Type: SystemString
The key whose associated value is to be returned.

Return Value

Type: Single
The element of this object as an array of floats; null if a mapping for the passed key doesn't exist.

Implements

ISFSObjectGetFloatArray(String)
See Also