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.div¶

Description¶

Divides one value of the conforming type by another.

Signature¶

IArithmetic.This IArithmetic.div(IArithmetic.This other);

Parameters¶

other : IArithmetic.This¶

The value by which to divide this.

Return value¶

The quotient of this divided by other.

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