Class

NSUnitFuelEfficiency

A unit of measure for fuel efficiency. 燃料効率に対する計測の単位。

Declaration 宣言

@interface NSUnitFuelEfficiency : NSDimension

Overview 概要

You typically use instances of NSUnitFuelEfficiency to represent specific quantities of fuel efficiency using the NSMeasurement class. あなたは概してNSUnitFuelEfficiencyのインスタンスを使用して、NSMeasurementクラスを使っている燃料効率の具体的な量を表します。

Fuel Efficiency 燃料効率

Fuel efficiency corresponds to the thermal efficiency of a process that converts the chemical potential energy of a fuel into kinetic energy. Fuel efficiency can be expressed by SI derived units in terms of cubic meters per meter (m3/m), but is more commonly expressed in terms of liters per kilometer (L/km) and miles per gallon (mpg). 燃料効率は、ある燃料の化学ポテンシャルエネルギーを運動エネルギーに変換するプロセスの熱効率に相当します。燃料効率は、立方メートル毎メートル(m3/m)によるSI組立単位によって表されることができます、しかしより一般的にはリットル毎キロメートル(L/km)とマイル毎ガロン(mpg)によって表されます。

The NSUnitFuelEfficiency class defines its base unit as litersPer100Kilometers, and provides the following units: NSUnitFuelEfficiencyクラスは、それの基盤単位をlitersPer100Kilometersとして定義します、そして以下の単位を提供します:

Name 名前

Method

Symbol

Liters Per 100 Kilometers リットル毎100キロメートル

litersPer100Kilometers

L/100km

Miles Per Gallon マイル毎ガロン

milesPerGallon

mpg

Miles Per Imperial Gallon マイル毎英ガロン

milesPerImperialGallon

mpg

Topics 話題

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

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

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠