Class CondExprIsDivisible

All Implemented Interfaces:
Expression<Boolean>, SyntaxElement

public class CondExprIsDivisible extends PropertyConditional<Number>
Check if a given number is divisible by another number. Note that when the number is a decimal number, the check will automatically fail.
Since:
ALPHA
  • Constructor Details

    • CondExprIsDivisible

      public CondExprIsDivisible()
  • Method Details