Skip to content

Math Validations

Taqi ツ edited this page Oct 16, 2023 · 1 revision

Divisibility

Checks that a number is divisible by numbers

Parameter Type Description
numbersDivisible params int[] Array of numbers that must be divisible by one of them
[Divisibility(2,3)]
public int number { get; set; }
Clone this wiki locally