Bitbybit Docs
    Preparing search index...

    Class TwoNumbersDto (Inputs.Math)

    用于 math.addmath.subtractmath.multiplymath.dividemath.power 的两个数值。

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalfirst: number
      • Optionalsecond: number

      Returns TwoNumbersDto

    Properties

    first: number

    第一个操作数:被减、被除或被求幂的数值。

    1
    

    -Infinity

    Infinity

    0.1

    second: number

    第二个操作数:减数、除数或用作指数的数值。

    2
    

    -Infinity

    Infinity

    0.1