Instance Method
インスタンスメソッド
converted(to:)
Returns a new measurement created by converting to the specified unit.
指定された単位に変換することによって作成される新しい寸法を返します。
Declaration
宣言
func converted(to otherUnit: UnitType) -> Measurement
<UnitType>
Available when UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。
Parameters
パラメータ
otherUnit
A unit of the same Dimension
.
同じDimension
の単位。
Return Value
戻り値
A converted measurement.
変換された寸法。
See Also
参照
Converting to Other Units
他の単位に変換する
func convert(to: UnitType)
Converts the measurement to the specified unit.
寸法を指定された単位へ変換します。
Available when UnitType
conforms to Dimension
.
UnitType
がDimension
に準拠する時に利用可能。