+=(_:_:)
Adds two values and stores the result in the left-hand-side variable, rounded to a representable value.
Declaration
static func += (lhs: inout Float16, rhs: Float16)Parameters
- lhs:
The first value to add.
- rhs:
The second value to add.
Adds two values and stores the result in the left-hand-side variable, rounded to a representable value.
static func += (lhs: inout Float16, rhs: Float16)The first value to add.
The second value to add.