Bitbybit Docs
    Preparing search index...

    Class ActionOnTwoNumbersDto (Inputs.Math)

    Two numbers and the arithmetic operation math.twoNrOperation applies to them.

    Index

    Constructors

    Properties

    Constructors

    Properties

    first: number

    The first operand: the number subtracted from, divided, or raised to a power.

    1
    

    -Infinity

    Infinity

    0.1

    second: number

    The second operand: the number subtracted, divided by, or used as the exponent.

    1
    

    -Infinity

    Infinity

    0.1

    The operation to apply to first and second, in that order

    add