/home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules/Finite.md (340B)
# Finite
- `v::finite()`
Validates if the input is a finite number.
```php
v::finite()->validate('10'); // true
v::finite()->validate(10); // true
```
***
See also:
* [Digit](Digit.md)
* [Factor](Factor.md)
* [Infinite](Infinite.md)
* [IntType](IntType.md)
* [IntVal](IntVal.md)
* [Numeric](Numeric.md)
* [Type](Type.md)