Constructor | Description |
|
|
Instance member | Description |
|
|
Full Usage:
this.InSIUnits
Returns: float
|
|
|
|
|
|
Full Usage:
this.Value
Returns: float
|
|
Static member | Description |
Full Usage:
Energy.FromJouleTo(srcValueInJoule, destUnit)
Parameters:
float
destUnit : EnergyRepresentation
Returns: float
|
|
Full Usage:
Energy.FromTo(srcValue, srcUnit, destUnit)
Parameters:
float
srcUnit : EnergyRepresentation
destUnit : EnergyRepresentation
Returns: float
|
|
Full Usage:
Energy.ToJoule(srcValue, srcUnit)
Parameters:
float
srcUnit : EnergyRepresentation
Returns: float
|
|
Full Usage:
Energy.ToTemperatureSI(srcValue, srcUnit)
Parameters:
float
-
Energy value.
srcUnit : EnergyRepresentation
-
Energy unit.
Returns: float
Temperature E/kB in Kelvin, where kB is the BOLTZMANN constant and E the energy in Joule.
|
Returns the temperature (in Kelvin) corresponding to the provided energy.
|