func canBeConverted (to: Unit) -> Bool
Indicates whether the measurement can be converted to the given unit.
寸法がこの与えられた単位に変換されることができるかどうかを指し示します。
Availability 有効性
Technology
func converting(to unit: Unit
) -> Measurement
<Unit
>
unit
The unit to convert the measurement into. その寸法をそれへと変換することになる単位。
A new measurement with a value calculated by converting into the new unit. ある新しい寸法、新しい単位へと変換することによって計算される値を持ちます。
This method raises an invalid
if the receiver cannot be converted to unit.
このメソッドは、レシーバが単位へと変換されることができないならばinvalid
を引き起こします。
func canBeConverted (to: Unit) -> Bool