typedoc-theme-fresh
    Preparing search index...

    Class Calculator

    A sample class to demonstrate the Fresh theme. This is just an example for testing the theme during development.

    Constructors

    Methods

    • Adds two numbers together.

      Parameters

      • a: number

        The first number

      • b: number

        The second number

      Returns number

      The sum of a and b

    • Gets the current result stored in the calculator.

      Returns number

      The current result

    • Subtracts the second number from the first.

      Parameters

      • a: number

        The number to subtract from

      • b: number

        The number to subtract

      Returns number

      The difference of a and b