Operator 演算子

-(_:_:)

Subtract one measurement from another. 一方の寸法を別のものから引きます。

Declaration 宣言

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

Parameters パラメータ

lhs

A measurement. ある寸法。

rhs

Another measurement, to subtract from lhs. 別の寸法、lhsから引くことになります。

Return Value 戻り値

The result of subtracting rhs from lhs. rhslhsから引いた結果。

See Also 参照

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