is-greater-than(
    reference: numeric
)

Returns true if the numeric value passed as argument is greater than the numeric value passed as parameter. Returns false otherwise.

Parameters

Name Type Required Description
reference numeric Yes A numeric value to compare to the argument.

Kind: Predicate
Scope: numeric
Aliases: greater-than, numeric-is-greater-than


This site uses Just the Docs, a documentation theme for Jekyll.