AppliesTo (inherited from Unit) | Gets the Type of measurement that this Unit applies to. |
BaseFormat (inherited from Unit) | Gets the default format for displaying quantities of the unit. |
Conversions (inherited from Unit) | Provides the list of conversion factors for this Unit to the ConversionCache. |
Dimensions (inherited from Unit) | Gets the number of dimensions this Unit represents. |
FirstUnit | Gets the first Unit of the CompoundUnit. |
FirstUnitAppliesTo | Gets the Type of Unit that is a legal value for FirstUnit. |
Name (inherited from Unit) | Gets the name of the Unit. |
NamePlural (inherited from Unit) | Gets the name of the Unit when it represents any quantity other than 1. |
SecondUnit | Gets the second Unit of the CompoundUnit. |
SecondUnitAppliesTo | Gets the Type of Unit that is a legal value for SecondUnit. |
Symbol (inherited from Unit) | Gets the symbol or abbreviation of the Unit. |
Equals | Overloaded. Determines whether another object is equal to this instance. |
GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString | Gets the String representation of this CompoundUnit. |
CompoundUnit Constructor
|
Initializes a new instance of the CompoundUnit class. |
CreateConversionList (inherited from Unit) | When implemented in derived classes, causes the Unit to assemble its list of conversion factors to other units. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
CompoundUnit Class | InnerDrive.Quantitative Namespace