Skip to content

Multiple

  • Multiple(multiple_of: int)

Validates if the input is a multiple of the given parameter

v.intVal().multiple(3).validate(9)  # true

Categorization

  • Math
  • Numbers

Changelog

Version Description
1.0.0 Created

See also: