Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Slang Documentation
Slang Documentation
Back to top
View this page

IArithmetic.mod¶

Description¶

Computes the remainder of division of one value of the conforming type by another.

Signature¶

IArithmetic.This IArithmetic.mod(IArithmetic.This other);

Parameters¶

other : IArithmetic.This¶

The divisor used to divide this.

Return value¶

The remainder of this divided by other.

On this page
  • IArithmetic.mod
    • Description
    • Signature
    • Parameters
      • other : IArithmetic.This
    • Return value