normalizeNumericValue() protected method
Normalizes a numeric input value
| protected float|integer normalizeNumericValue ( $value ) | ||
|---|---|---|
| $value | mixed |
The input value |
| return | float|integer |
The normalized number value |
| throws | yii\base\InvalidParamException |
if the input value is not numeric. |
Please login to continue.