Energy |
public enum EnergyRepresentation
| Member name | Value | Description |
|---|---|---|
| Joule | 0 | Joule, equivalent to Nm, Ws, VAs. |
| JoulePerMole | 1 | Joule per mole (J mol^-1). |
| CalorieInternational | 2 | International calorie (cal). |
| CalorieInternationalPerMole | 3 | International calorie per mole (cal mol^-1). |
| ElectronVolt | 4 | Electronvolt (eV). |
| KilowattHours | 5 | Kilowatt hours (kWh). |
| AsTemperatureKelvin | 6 | Interpret energy as temperature in Kelvin via Boltzmann's constant. |
The EnergyRepresentation type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |