TryGetFloatList
TryGetFloatList(string, out IList<float>)
public bool TryGetFloatList(string name, out IList<float> value) ;
Description
Get the value of the FloatList type.
Parameters
| Parameter Name | Description |
|---|---|
| name | Name. |
| value | Value. |
Returns
The true when there parameters of the specified name.
TryGetFloatList(int, out IList<float>)
public bool TryGetFloatList(int id, out IList<float> value) ;
Description
Get the value of the FloatList type.
Parameters
| Parameter Name | Description |
|---|---|
| id | ID. |
| value | Value. |
Returns
The true when there parameters of the specified name.