Class

NSUnitSpeed

A unit of measure for speed. スピードに対する計測の単位。

Declaration 宣言

@interface NSUnitSpeed : NSDimension

Overview 概要

You typically use instances of NSUnitSpeed to represent specific quantities of speed using the NSMeasurement class. あなたは概してNSUnitSpeedのインスタンスを使用して、NSMeasurementクラスを使っている速度の具体的な量を表します。

Speed 速度

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 NSUnitSpeed class defines its base unit as metersPerSecond, and provides the following units, which are initialized using NSUnitConverterLinear converters with the specified coefficients: NSUnitSpeedクラスは、それの基本単位をmetersPerSecondとして定義します、そして以下の単位を提供します、それらは指定された係数でNSUnitConverterLinear変換器を使用して初期化されます:

Name 名前

Method

Symbol

Coefficient 係数

Meters Per Second

metersPerSecond

m/s

1.0

Kilometers Per Hour

kilometersPerHour

km/h

0.277778

Miles Per Hour マイル毎時

milesPerHour

mph

0.44704

Knots

knots

kn

0.514444

Topics 話題

Accessing the Base Unit 基本単位にアクセスする

Accessing Predefined Units あらかじめ定義された単位にアクセスする

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Time and Motion 時間と運動