baseUnit
metersPerSecond
.
速度の基本単位を返します。metersPerSecond
に等しい。
Availability 有効性
Technology
@interface NSUnitSpeed : NSDimension
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 NSUnit
converters with the specified coefficients:
NSUnit
クラスは、それの基本単位をmeters
として定義します、そして以下の単位を提供します、それらは指定された係数でNSUnit
変換器を使用して初期化されます:
Name 名前 |
Method |
Symbol |
Coefficient 係数 |
---|---|---|---|
Meters Per Second |
m/s |
|
|
Kilometers Per Hour |
km/h |
|
|
Miles Per Hour マイル毎時 |
mph |
|
|
Knots |
kn |
|
baseUnit
metersPerSecond
.
速度の基本単位を返します。metersPerSecond
に等しい。
metersPerSecond
kilometersPerHour
milesPerHour
knots
NSUnitAcceleration
NSUnitDuration
NSUnitFrequency