TryGetFloat
public bool TryGetFloat(string name, out float value) ;
Get the value of the Float type.
Parameter Name | Description |
---|---|
name | Name. |
value | The value you get. |
The true when there parameters of the specified name.
public bool TryGetFloat(int id, out float value) ;
Get the value of the Float type.
Parameter Name | Description |
---|---|
id | ID. |
value | The value you get. |
The true when there parameters of the specified name.