Click or drag to resize

DegreesFahrenheit Class

[Missing <summary> documentation for "T:Altaxo.Units.Temperature.DegreesFahrenheit"]

Inheritance Hierarchy
SystemObject
  Altaxo.UnitsUnitBase
    Altaxo.Units.TemperatureDegreesFahrenheit

Namespace: Altaxo.Units.Temperature
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class DegreesFahrenheit : UnitBase, 
	IUnit, IBiasedUnit

The DegreesFahrenheit type exposes the following members.

Constructors
 NameDescription
Protected methodDegreesFahrenheitInitializes a new instance of the DegreesFahrenheit class
Top
Properties
 NameDescription
Public propertyStatic memberInstance 
Public propertyName 
Public propertyPrefixes 
Public propertyShortCut 
Public propertySIUnit 
Top
Methods
 NameDescription
Public methodAddBiasedValueOfThisUnitAndSIValue 
Public methodEquals(IUnit)
(Inherited from UnitBase)
Public methodEquals(Object)
(Inherited from UnitBase)
Public methodEquals(SIUnit)
(Inherited from UnitBase)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFromSIUnit 
Public methodGetHashCode
(Inherited from UnitBase)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToSIUnit 
Public methodToSIUnitIfTreatedAsDifference 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also