class var metersPerSecondSquared : UnitAcceleration
class var gravity: UnitAcceleration
Availability 有効性
Technology
class UnitAcceleration : Dimension
You typically use instances of NSUnit
to represent specific quantities of acceleration using the NSMeasurement
class.
あなたは概してNSUnit
のインスタンスを使用して、NSMeasurement
クラスを使っている加速度の具体的な量を表します。
Acceleration is the rate of change of velocity. Acceleration can be expressed by SI derived units in terms of meters per second squared (m/s2). 加速度は、速度の変化の割合です。加速度は、SI組立単位によってメートル毎秒の表現で表されることができます(m/s2)。
The NSUnit
class defines its base unit as meters
, and provides the following units, which are initialized using Unit
converters with the specified coefficients:
NSUnit
クラスは、それの基本単位をmeters
として定義します、そして以下の単位を提供します、それらは指定された係数でUnit
変換器を使用して初期化されます:
Name 名前 |
Method メソッド |
Symbol 記号 |
Coefficient 係数 |
---|---|---|---|
Meters Per Second Squared メートル毎秒毎秒 |
m/s² |
|
|
Gravity |
g |
|
class var metersPerSecondSquared : UnitAcceleration
class var gravity: UnitAcceleration
class UnitDuration
class UnitFrequency
class UnitSpeed