Operator 演算子

/(_:_:)

Divide a measurement by a scalar value. ある寸法をスカラー値で割ります。

Declaration 宣言

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

Parameters パラメータ

lhs

A measurement to divide. 割ることになるある寸法。

rhs

A double-precision floating-point number to divide by. ある倍精度浮動小数点数、これで割ることになります。

Return Value 戻り値

A measurement of value lhs.value / rhs with the same unit as lhs. lhs.value / rhsの寸法、lhsと同じ単位で。

See Also 参照

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