Click or drag to resize

Energy Structure

Represents an energy value together with its unit.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.ScienceEnergy

Namespace: Altaxo.Science
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public struct Energy

The Energy type exposes the following members.

Constructors
 NameDescription
Public methodEnergy Initializes a new instance of the Energy struct.
Top
Properties
 NameDescription
Public propertyInSIUnits Gets the energy converted to SI units (Joule).
Public propertyUnit Gets the unit of this energy value.
Public propertyValue Gets the raw numeric value of this energy in its Unit.
Top
Methods
 NameDescription
Public methodConvertTo Returns a new Energy instance converted to the specified unit.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodStatic memberFromJouleTo Converts a value from Joule to the specified destination unit.
Public methodStatic memberFromTo Converts a value from one energy unit to another.
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodInUnitsOf Returns the energy value converted to the specified destination unit.
Public methodStatic memberToJoule Converts a value from the specified unit to Joule (SI unit of energy).
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Public methodStatic memberToTemperatureSI Returns the temperature (in Kelvin) corresponding to the provided energy.
Top
See Also