Rules are not always used from the alias `v`, neither called staticaly.
FloatVal()
Validates a floating point number.
v::floatVal()->validate(1.5); // true v::floatVal()->validate('1e5'); // true
See also: