Class

NSMeasurement

A numeric quantity labeled with a unit of measure, with support for unit conversion and unit-aware calculations. ある寸法単位によってラベルをつけられたある数量、それは単位変換および単位を考慮した計算に対するサポートを備えます。

Declaration 宣言

@interface NSMeasurement<__covariant UnitType> : 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 NSUnit object and double value. NSMeasurement objects are immutable, and cannot be changed after being created. NSMeasurementオブジェクトは、NSUnitオブジェクトとdouble値で初期化されます。NSMeasurementオブジェクトは不変です、そして作成された後で変更されることはできません。

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

Topics 話題

Creating Measurements 寸法を作成する

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

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

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

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Essentials 要点