Degrees |
public class DegreesFahrenheit : UnitBase, IUnit, IBiasedUnit
The DegreesFahrenheit type exposes the following members.
| Name | Description | |
|---|---|---|
| DegreesFahrenheit | Protected constructor to enforce singleton pattern. |
| Name | Description | |
|---|---|---|
| Instance | Gets the singleton instance of DegreesFahrenheit. | |
| Name | Full name of the unit. | |
| Prefixes | Returns a list of possible prefixes for this unit (like µ, m, k, M, G..). | |
| ShortCut | Usual shortcut of the unit. | |
| SIUnit | Returns the corresponding SI unit. |
| Name | Description | |
|---|---|---|
| AddBiasedValueOfThisUnitAndSIValue | Adds the biased value of this unit and an SI value to get the biased value of this unit. For example 20°C + 20 K results in 40°C or 20 °F + 20 K results in 52 °F. | |
| Equals(IUnit) |
Determines whether the specified IUnit is equal to this unit by comparing their runtime types.
(Inherited from UnitBase) | |
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from UnitBase) | |
| Equals(SIUnit) |
Determines whether the specified SIUnit is equal to this unit.
(Inherited from UnitBase) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| FromSIUnit | Converts x (in SI units) to the corresponding value in this unit. | |
| GetHashCode | Serves as the default hash function. (Inherited from UnitBase) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToSIUnit | Converts x to the corresponding SI unit. | |
| ToSIUnitIfTreatedAsDifference | Converts a value of this unit to a value in the corresponding SI unit. The provided value is treated as a difference. Thus if e.g. the unit is DegreesCelsius, by providing 20 the result is 20 (K), because 20°C - 0°C = 20 K. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |