decimal library
Classes
- DecimalRangeRule
- Checks if the given input is within the given range.
- GreaterThanDecimalRule
- Checks if the given input is greater than another given number.
- GreaterThanOrEqualToDecimalRule
- Checks if the given input is greater than or equal to another given number.
- LesserThanDecimalRule
- Checks if the given input is lesser than another given number.
- LesserThanOrEqualToDecimalRule
- Checks if the given input is lesser than or equal to another given number.
- PositiveDecimalRule
- Checks if the given input is greater than positive.