Unity Class |
[Missing <summary> documentation for "T:Altaxo.Units.Dimensionless.Unity"]
public class Unity : SIUnit
The Unity type exposes the following members.
Name | Description | |
---|---|---|
Instance | ||
Name | (Overrides SIUnitName) | |
Prefixes | (Overrides SIUnitPrefixes) | |
ShortCut | (Overrides SIUnitShortCut) |
Name | Description | |
---|---|---|
Equals(IUnit) | Compares this unit with another unit obj and returns true if both are equal.
To be equal, the other unit has to be (i) a SI unit, and (ii) the same name. Thus, J (Joule) and Nm (Newtonmeter) are not considered equal. (Inherited from SIUnit) | |
Equals(Object) | Determines whether the specified Object is equal to this instance. (Inherited from SIUnit) | |
Equals(SIUnit) | Compares this unit with another unit other and returns true when both are equal. Two SI units are considered equal if the exponents
are equal, independently of the unit name. This means e.g. that J (Joule), Nm, and Ws are considered equal. If you want to compare the name too, use Equals(IUnit) (Inherited from SIUnit) | |
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. (Inherited from SIUnit) | |
GetHashCode | Returns a hash code for this instance. (Inherited from SIUnit) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
IsCompatibleTo | (Inherited from SIUnit) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToSIUnit | Converts x to the corresponding SI unit. (Inherited from SIUnit) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |