pub fn is_greater( field: &str, n: f64, bound: f64, or_equals: bool, custom: Option<&str>, ) -> Result<(), ValidationException>
Requires n above bound (inclusive when or_equals is true).
n
bound
or_equals