Method ValidateValue
ValidateValue(float)
Function used to validate the value when updating the field.
Declaration
public override float ValidateValue(float value)
Parameters
| Type | Name | Description |
|---|---|---|
| float | value | Input value. |
Returns
| Type | Description |
|---|---|
| float | Validated value. |