Operator 演算子

/(_:_:)

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

Declaration 宣言

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

Parameters パラメータ

lhs

A double-precision floating-point number to divide. 割ることになる倍精度浮動小数点数。

rhs

A measurement to divide by. ある寸法、これで割ることになります。

Return Value 戻り値

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

See Also 参照

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