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

Description¶

Subtracts one value of the conforming type from another.

Signature¶

IArithmetic.This IArithmetic.sub(IArithmetic.This other);

Parameters¶

other : IArithmetic.This¶

The value to subtract from this.

Return value¶

The difference of this and other.

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