Method TryReadFloatValue
TryReadFloatValue(out float)
Try to read the value of the input as a float.
Declaration
protected bool TryReadFloatValue(out float value)
Parameters
| Type | Name | Description |
|---|---|---|
| float | value | When this method returns true, the value read. Otherwise, the default for the type. |
Returns
| Type | Description |
|---|---|
| bool | Returns true if the value was successfully read. |