baseUnit
squareMeters
.
面積の基本単位を返します。squareMeters
に等しいです。
Availability 有効性
Technology
@interface NSUnitArea : NSDimension
You typically use instances of NSUnit
to represent specific quantities of area using the NSMeasurement
class.
あなたは概してNSUnit
のインスタンスを使用して、NSMeasurement
クラスを使っている面積の具体的な量を表します。
Area is a quantity of extent in two dimensions. Area can be expressed by SI derived units in terms of square meters (m2). Area is also commonly measured in square feet (ft2) and acres (ac). 面積は2次元での広さの量です。面積は、SI組立単位によって平方メートルの表現で表されることができます(m2)。面積はまた一般に、平方フィート(ft2)およびエーカー(ac)で計測されます。
The NSUnit
class defines its base unit as square
, and provides the following units, which are initialized using NSUnit
converters with the specified coefficients:
NSUnit
クラスは、それの基本単位をsquare
として定義します、そして以下の単位を提供します、それらは指定された係数でNSUnit
変換器を使用して初期化されます:
Name 名前 |
Method |
Symbol |
Coefficient 係数 |
---|---|---|---|
Square Megameters 平方メガメートル |
Mm² |
|
|
Square Kilometers 平方キロメートル |
km² |
|
|
Square Meters 平方メートル |
m² |
|
|
Square Centimeter 平方センチメートル |
cm² |
|
|
Square Millimeters 平方ミリメートル |
mm² |
|
|
Square Micrometers 平方マイクロメートル |
µm² |
|
|
Square Nanometers 平方マイクロメートル |
nm² |
|
|
Square Inches 平方インチ |
in² |
|
|
Square Feet 平方フィート |
ft² |
|
|
Square Yards 平方ヤード |
yd² |
|
|
Square Miles 平方マイル |
mi² |
|
|
Acres |
ac |
|
|
Ares |
a |
|
|
Hectares |
ha |
|
baseUnit
squareMeters
.
面積の基本単位を返します。squareMeters
に等しいです。
squareMegameters
squareKilometers
squareMeters
squareCentimeters
squareMillimeters
squareMicrometers
squareNanometers
squareInches
squareFeet
squareYards
squareMiles
acres
ares
hectares
NSUnitLength
NSUnitVolume
NSUnitAngle