class var degrees: UnitAngle
class var arcMinutes : UnitAngle
class var arcSeconds : UnitAngle
class var radians: UnitAngle
class var gradians: UnitAngle
class var revolutions: UnitAngle
Availability 有効性
Technology
class UnitAngle : Dimension
You typically use instances of NSUnit
to represent specific quantities of planar angle using the NSMeasurement
class.
あなたは概してNSUnit
のインスタンスを使用して、NSMeasurement
クラスを使っている平面角の具体的な量を表します。
Angle is a quantity of rotation. 角度は回転の量です。 The SI unit for angle is the radian (rad), which is dimensionless and defined to be the angle subtended by an arc that is equal in length to the radius of a circle. Angle is also commonly expressed in terms of degrees (°) and revolutions (rev). 角度はまた一般に、度(°)および回転(rev)によって表されます。
The NSUnit
class defines its base unit as degrees
, and provides the following units, which are initialized using Unit
converters with the specified coefficients:
NSUnit
クラスは、それの基本単位をdegrees
として定義します、そして以下の単位を提供します、それらは指定された係数でUnit
変換器を使用して初期化されます:
Name 名前 |
Method メソッド |
Symbol |
Definition 定義 |
---|---|---|---|
Degrees 度 |
° |
|
|
Arc Minutes 分(角度) |
ʹ |
|
|
Arc Seconds 秒(角度) |
ʺ |
|
|
Radians 弧度 |
rad |
|
|
Gradians グラディアン(グラード) |
grad |
|
|
Revolutions |
rev |
|
class var degrees: UnitAngle
class var arcMinutes : UnitAngle
class var arcSeconds : UnitAngle
class var radians: UnitAngle
class var gradians: UnitAngle
class var revolutions: UnitAngle
class UnitArea
class UnitLength
class UnitVolume