Please turn on JavaScript in your browser and refresh the page to view its content.
Availability 有効性
Technology
On This Page この項には
class UnitLength : Dimension
Dimension
You typically use instances of UnitLength to represent specific quantities of length using the NSMeasurement class. あなたは概してUnitLengthのインスタンスを使用して、NSMeasurementクラスを使っている長さの具体的な量を表します。
UnitLength
NSMeasurement
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 UnitLength class defines its base unit as meters, and provides the following units, which are initialized using UnitConverterLinear converters with the specified coefficients: UnitLengthクラスは、それの基本単位をmetersとして定義します、そして以下の単位を提供します、それらは指定された係数でUnitConverterLinear変換器を使用して初期化されます:
meters
UnitConverterLinear
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 メートル
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
class var megameters: UnitLength
class var kilometers: UnitLength
class var hectometers: UnitLength
class var decameters: UnitLength
class var meters: UnitLength
class var decimeters: UnitLength
class var centimeters: UnitLength
class var millimeters: UnitLength
class var micrometers: UnitLength
class var nanometers: UnitLength
class var picometers: UnitLength
class var inches: UnitLength
class var feet: UnitLength
class var yards: UnitLength
class var miles: UnitLength
class var scandinavianMiles: UnitLength
class var lightyears: UnitLength
class var nauticalMiles: UnitLength
class var fathoms: UnitLength
class var furlongs: UnitLength
class var astronomicalUnits: UnitLength
class var parsecs: UnitLength
NSSecureCoding
class UnitArea
class UnitVolume
class UnitAngle