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

interface IArithmetic¶

Inherits from: IComparable

Description¶

Represents types that provide arithmetic operations.

Methods¶

  • add

  • sub

  • mul

  • div

  • mod

  • neg

  • init

On this page
  • interface IArithmetic
    • Description
    • Methods