Method GetFloatValue
| Improve this Doc View SourceGetFloatValue(String)
Gets the value of a variable in float format.
Declaration
public virtual float GetFloatValue(string variable)
Parameters
| Type | Name | Description |
|---|---|---|
| String | variable | The variable name of the value to get. |
Returns
| Type | Description |
|---|---|
| Single | A value of the variable in |
Implements
Exceptions
| Type | Condition |
|---|---|
| ArgumentNullException |
|
| VariableNotSetException |
|
| FormatException |
|