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

measurementByConvertingToUnit:

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

Declaration 宣言

- (NSMeasurement *)measurementByConvertingToUnit:(NSUnit *)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 NSInvalidArgumentException if the receiver cannot be converted to unit. このメソッドは、レシーバが単位へと変換されることができないならばNSInvalidArgumentExceptionを引き起こします。

See Also 参照

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