Class

NSUnitLength

A unit of measure for length. 長さに対する計測の単位。

Declaration 宣言

@interface NSUnitLength : NSDimension

Overview 概要

You typically use instances of NSUnitLength to represent specific quantities of length using the NSMeasurement class. あなたは概してNSUnitLengthのインスタンスを使用して、NSMeasurementクラスを使っている長さの具体的な量を表します。

Length 長さ

Length is the dimensional extent of matter. The SI unit for length is the meter (m), which is defined in terms of the distance traveled by light in a vacuum. 長さは、物質の次元の広がりです。長さに対するSI単位はメートル(m)です、それは真空中の光が進む距離に基づいて定義されます。

The NSUnitLength class defines its base unit as meters, and provides the following units, which are initialized using NSUnitConverterLinear converters with the specified coefficients: NSUnitLengthクラスは、それの基本単位をmetersとして定義します、そして以下の単位を提供します、それらは指定された係数でNSUnitConverterLinear変換器を使用して初期化されます:

Name 名前

Method

Symbol

Coefficient 係数

Megameters メガメートル

megameters

Mm

1000000.0

Kilometers キロメートル

kilometers

kM

1000.0

Hectometers ヘクトメートル

hectometers

hm

100.0

Decameters デカメートル

decameters

dam

10.0

Meters メートル

meters

m

1.0

Decimeters デシメートル

decimeters

dm

0.1

Centimeters センチメートル

centimeters

cm

0.01

Millimeters ミリメートル

millimeters

mm

0.001

Micrometers マイクロメートル

micrometers

µm

0.000001

Nanometers ナノメートル

nanometers

nm

1e-9

Picometers ピコメートル

picometers

pm

1e-12

Inches インチ

inches

in

0.0254

Feet フィート

feet

ft

0.3048

Yards ヤード

yards

yd

0.9144

Miles マイル

miles

mi

1609.34

Scandinavian Miles スカンジナビアマイル

scandinavianMiles

smi

10000

Light Years 光年

lightyears

ly

9.461e+15

Nautical Miles 海里

nauticalMiles

NM

1852

Fathoms ファゾム

fathoms

ftm

1.8288

Furlongs ハロン

furlongs

fur

201.168

Astronomical Units 天文単位

astronomicalUnits

ua

1.496e+11

Parsecs パーセク

parsecs

pc

3.086e+16

Topics 話題

Accessing the Base Unit 基本単位にアクセスする

Accessing Predefined Units あらかじめ定義された単位にアクセスする

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Physical Dimension 物理的寸法