- canBeConvertedToUnit:
Indicates whether the measurement can be converted to the given unit.
寸法がこの与えられた単位に変換されることができるかどうかを指し示します。
Availability 有効性
Technology
- (NSMeasurement
*)measurementByConvertingToUnit:(NSUnit
*)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 NSInvalid
if the receiver cannot be converted to unit.
このメソッドは、レシーバが単位へと変換されることができないならばNSInvalid
を引き起こします。
- canBeConvertedToUnit: