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

Description¶

Adds two values of the conforming type.

Signature¶

IArithmetic.This IArithmetic.add(IArithmetic.This other);

Parameters¶

other : IArithmetic.This¶

The value to add to this.

Return value¶

The sum of this and other.

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