Instance Method インスタンスメソッド

convert(to:)

Converts the measurement to the specified unit. 寸法を指定された単位へ変換します。

Declaration 宣言

mutating func convert(to otherUnit: UnitType)
Available when UnitType conforms to Dimension. UnitTypeDimensionに準拠する時に利用可能。

Parameters パラメータ

otherUnit

A unit of the same Dimension. 同じDimensionの単位。

See Also 参照

Converting to Other Units 他の単位に変換する