TryGetFloat

TryGetFloat(string, out float)

public bool TryGetFloat(string name, out float value) ;

Description

Get the value of the Float type.

Parameters

Parameter Name Description
name Name.
value The value you get.

Returns

The true when there parameters of the specified name.

TryGetFloat(int, out float)

public bool TryGetFloat(int id, out float value) ;

Description

Get the value of the Float type.

Parameters

Parameter Name Description
id ID.
value The value you get.

Returns

The true when there parameters of the specified name.