class var kilojoules: UnitEnergy
class var joules: UnitEnergy
class var kilocalories: UnitEnergy
class var calories: UnitEnergy
class var kilowattHours : UnitEnergy
Availability 有効性
Technology
class UnitEnergy : Dimension
You typically use instances of NSUnit
to represent specific quantities of energy using the NSMeasurement
class.
あなたは概してNSUnit
のインスタンスを使用して、NSMeasurement
クラスを使っているエネルギーの具体的な量を表します。
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 NSUnit
class defines its base unit as joules
, and provides the following units, which are initialized using Unit
converters with the specified coefficients:
NSUnit
クラスは、それの基本単位をjoules
として定義します、そして以下の単位を提供します、それらは指定された係数でUnit
変換器を使用して初期化されます:
Name 名前 |
Method メソッド |
Symbol 記号 |
Coefficient 係数 |
---|---|---|---|
Kilojoules キロジュール |
kJ |
|
|
Joules |
J |
|
|
Kilocalories |
kCal |
|
|
Calories |
cal |
|
|
Kilowatt Hours |
kWh |
|
class var kilojoules: UnitEnergy
class var joules: UnitEnergy
class var kilocalories: UnitEnergy
class var calories: UnitEnergy
class var kilowattHours : UnitEnergy
class UnitPower
class UnitTemperature
class UnitIlluminance