Operator 演算子

+(_:_:)

Add two measurements. 2つの寸法を加算します。

Declaration 宣言

static func + (lhs: Measurement<UnitType>, rhs: Measurement<UnitType>) -> Measurement<UnitType>

Parameters パラメータ

lhs

A measurement to add. 加えることになる寸法。

rhs

Another measurement to add. 加えることになる別の寸法。

Return Value 戻り値

The result of adding the two measurements. 2つの寸法を加算する結果。

See Also 参照

Operating on a Measurement ある寸法に関して演算する