Class

NSUnitEnergy

A unit of measure for energy. エネルギーに対する計測の単位。

Declaration 宣言

@interface NSUnitEnergy : NSDimension

Overview 概要

You typically use instances of NSUnitEnergy to represent specific quantities of energy using the NSMeasurement class. あなたは概してNSUnitEnergyのインスタンスを使用して、NSMeasurementクラスを使っているエネルギーの具体的な量を表します。

Energy エネルギー

Energy is a fundamental property of matter than can be transferred and converted into different forms, such as kinetic, electric, and thermal. The SI unit for energy is the joule (J), which is derived as the work of one meter of displacement in the direction of a force of one newton (1J = 1N ∙ 1m). It can also be derived as the work required to displace an electric charge of one coulomb through an electrical potential difference of one volt (1J = 1C ∙ 1V), or the work required to produce one watt of power for one second (1J = 1W ∙ 1s). Energy is also commonly expressed in terms of the calorie (cal), or the energy needed to raise the temperature of one gram of water by one degree Celsius at a pressure of one atmosphere (1cal ≡ 4.184J). エネルギーは、異なる形式に変質および変換されることができる事柄、たとえば運動、電気、そして熱などの基本的特性です。エネルギーに対するSI単位は、ジュール(J)です、それは1ニュートンの力の方向における1メートルの移動の仕事として導き出されます(1J = 1N ∙ 1m)。それはまた、1クーロンの電荷を1ボルトの電位差を通して移すのに要求される仕事(1J = 1C ∙ 1V)、または1ワットの電力を1秒に生み出すのに要求される仕事(1J = 1W ∙ 1s)として導き出されます。エネルギーはまた、一般にカロリー(cal)、または1気圧の圧力で1グラムの水の温度を摂氏1度上げるのに必要とされるエネルギー(1cal ≡ 4.184J)の見地から表されます。

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

Name 名前

Method

Symbol

Coefficient 係数

Kilojoules

kilojoules

kJ

1000.0

Joules

joules

J

1.0

Kilocalories

kilocalories

kCal

4184.0

Calories

calories

cal

4.184

Kilowatt Hours

kilowattHours

kWh

3600000.0

Topics 話題

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

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

Relationships 関係

Inherits From 継承元

Conforms To 次に準拠

See Also 参照

Energy, Heat, and Light エネルギー、熱、そして光