class var metersPerSecond : UnitSpeed
class var kilometersPerHour : UnitSpeed
class var milesPerHour : UnitSpeed
class var knots: UnitSpeed
Availability 有効性
Technology
class UnitSpeed : Dimension
You typically use instances of NSUnit
to represent specific quantities of speed using the NSMeasurement
class.
あなたは概してNSUnit
のインスタンスを使用して、NSMeasurement
クラスを使っている速度の具体的な量を表します。
Speed is the magnitude of velocity, or the rate of change of position. Speed can be expressed by SI derived units in terms of meters per second (m/s), and is also commonly expressed in terms of kilometers per hour (km/h) and miles per hour (mph). 速度は、速さの規模、または位置の変化の度合いです。速度は、メートル毎秒(m/s)によるSI組立単位によって表されることができます、そしてまた一般的にキロメートル毎時(km/h)そしてマイル毎時(mph)によって表されます。
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 メートル毎秒 |
m/s |
|
|
Kilometers Per Hour |
km/h |
|
|
Miles Per Hour マイル毎時 |
mph |
|
|
Knots |
kn |
|
class var metersPerSecond : UnitSpeed
class var kilometersPerHour : UnitSpeed
class var milesPerHour : UnitSpeed
class var knots: UnitSpeed
class UnitAcceleration
class UnitDuration
class UnitFrequency