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

converting(to:)

Returns a measurement created by converting the receiver to the specified unit. レシーバをこの指定された単位に変換することによって作成される寸法を返します。

Declaration 宣言

func converting(to unit: Unit) -> Measurement<Unit>

Parameters パラメータ

unit

The unit to convert the measurement into. その寸法をそれへと変換することになる単位。

Return Value 戻り値

A new measurement with a value calculated by converting into the new unit. ある新しい寸法、新しい単位へと変換することによって計算される値を持ちます。

Discussion 議論

This method raises an invalidArgumentException if the receiver cannot be converted to unit. このメソッドは、レシーバが単位へと変換されることができないならばinvalidArgumentExceptionを引き起こします。

See Also 参照

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