Units and Measurement
単位と寸法
Label numeric quantities with physical dimensions to allow locale-aware formatting and conversion between related units.
数量を物理的次元で標識化して、ロケール対応書式化および関連単位間の変換を可能にします。
Topics
話題
Essentials
要点
NSMeasurement
A numeric quantity labeled with a unit of measure, with support for unit conversion and unit-aware calculations.
ある寸法単位によってラベルをつけられたある数量、それは単位変換および単位を考慮した計算に対するサポートを備えます。
NSUnit
An abstract class representing a unit of measure.
ある寸法単位を表している抽象クラス。
NSDimension
An abstract class representing a dimensional unit of measure.
ある次元の寸法単位を表している抽象クラス。
Conversion
変換
NSUnitConverter
An abstract class that provides a description of how to convert a unit to and from the base unit of its dimension.
ある抽象クラス、それはどのようにある単位をそれの次元の基本単位へとそしてそれから変換するかの記述を提供します。
NSUnitConverterLinear
A description of how to convert between units using a linear equation.
一次方程式を使って単位間で変換する方法を記述します。
Physical Dimension
物理的寸法
NSUnitArea
A unit of measure for area.
面積に対する計測の単位。
NSUnitAngle
A unit of measure for planar angle and rotation.
Mass, Weight, and Force
質量、重さ、そして力
NSUnitMass
A unit of measure for mass.
質量に対する計測の単位。
Time and Motion
時間と運動
NSUnitSpeed
A unit of measure for speed.
スピードに対する計測の単位。
Energy, Heat, and Light
エネルギー、熱、そして光
Concentration and Dispersion
濃度と分散
See Also
参照
Fundamentals
基本
Strings and Text
文字列とテキスト
Create and process strings of Unicode characters, use regular expressions to find patterns, and perform natural language analysis of text.
ユニコード文字からなる文字列を作成および処理します、正規表現を使ってパターンを見つけます、そしてテキストの自然言語解析を実行します。
Collections
さまざまなコレクション
Use arrays, dictionaries, sets, and specialized collections to store and iterate groups of objects or values.
配列、辞書、集合、そして特殊化されたコレクションを使って、オブジェクトや値からなるグループを格納したり反復処理します。
Dates and Times
日付と時刻
Compare dates and times, and perform calendar and time zone calculations.
日付や時刻を比較します、そしてカレンダーやタイムゾーンの計算を実行します。
Data Formatting
データ書式設定
Convert numbers, dates, measurements, and other values to and from locale-aware string representations.
数字、日付、寸法、および他の値をロケール対応文字列表現へと、そしてそれから変換します。
Filters and Sorting
フィルタとソート
Use predicates, expressions, and sort descriptors to examine elements in collections and other services.
述語、式、そしてソート記述子を使って、コレクションおよび他の提供での要素を吟味します。