Contents

addProduct(_:_:)

Adds the product of the two given values to this value in place, computed without intermediate rounding.

Declaration

mutating func addProduct(_ lhs: Float, _ rhs: Float)

Parameters

  • lhs:

    One of the values to multiply before adding to this value.

  • rhs:

    The other value to multiply.

See Also

Performing Calculations