func converted(to: UnitType) -> Measurement<UnitType>
Returns a new measurement created by converting to the specified unit.
指定された単位に変換することによって作成される新しい寸法を返します。
Available when
UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。