class var kelvin: UnitTemperature
class var celsius: UnitTemperature
class var fahrenheit: UnitTemperature
Availability 有効性
Technology
class UnitTemperature : Dimension
You typically use instances of NSUnit
to represent specific quantities of temperature using the NSMeasurement
class.
あなたは概してNSUnit
のインスタンスを使用して、NSMeasurement
クラスを使っている温度の具体的な量を表します。
Temperature is a comparative measure of thermal energy. The SI unit for temperature is the kelvin (K), which is defined in terms of the triple point of water. Temperature is also commonly measured by degrees of various scales, including Celsius (°C) and Fahrenheit (°F). 温度は、熱エネルギーの比較測定です。温度に対するSI単位は、ケルビン(K)です、それは水の三重点によって定義されます。温度はまた一般に、摂氏(°C)と華氏(°F)を含めて、さまざまな基準の度数によって計測されます。
The NSUnit
class defines its base unit to be kelvin
, and provides the following units, which are initialized using Unit
converters with the specified coefficients and constants:
NSUnit
クラスは、それの基本単位をkelvin
であると定義します、そして以下の単位を提供します、それらは指定された係数と定数でUnit
変換器を使用して初期化されます:
Name 名前 |
Method メソッド |
Symbol 記号 |
Coefficient 係数 |
Constant 定数 |
---|---|---|---|---|
Kelvin ケルビン |
K |
|
|
|
Degree Celsius 摂氏度 |
°C |
|
|
|
Degree Fahrenheit 華氏度 |
°F |
|
|
class var kelvin: UnitTemperature
class var celsius: UnitTemperature
class var fahrenheit: UnitTemperature
class UnitEnergy
class UnitPower
class UnitIlluminance