Class

NSMeasurement

An object representing a numeric quantity with a unit of measure, for use when you need reference semantics or other Foundation-specific behavior. ある数量をある寸法の単位で表しているオブジェクト、あなたが参照意味論または他のFoundation特有の挙動を必要とする時に使用するために。

Declaration 宣言

class NSMeasurement : NSObject

Overview 概要

An NSMeasurement object represents a quantity and unit of measure. The NSMeasurement class provides a programmatic interface to converting measurements into different units, as well as calculating the sum or difference between two measurements. NSMeasurementオブジェクトは、ある量と寸法単位を表します。NSMeasurementクラスは、寸法を異なる単位へと変換することに対してプログラムインターフェイスを提供します、2つの寸法の間の差やその合計を計算することだけでなく。

NSMeasurement objects are initialized with an Unit object and double value. NSMeasurement objects are immutable, and cannot be changed after being created. NSMeasurementオブジェクトは、Unitオブジェクトとdouble値で初期化されます。NSMeasurementオブジェクトは不変です、そして作成された後で変更されることはできません。

You can use the MeasurementFormatter class to create localized string representations of NSMeasurement objects. あなたは、MeasurementFormatterクラスを使って、NSMeasurementオブジェクトのローカライズされた文字列表現を作成できます。

Topics 話題

Creating Measurements 寸法を作成する

Accessing Unit and Value 単位と値にアクセスする

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

Operating on Measurements 寸法に関して演算する

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Using Reference Types 参照型を使用する