public class DimensionInfo
Public Class DimensionInfo
public ref class DimensionInfo
type DimensionInfo = class end
DimensionInfo | Creates an instance of the DimensionInfo by a given description. |
ContainsBaseUnit | Determines whether current dimension contains a base unit or not. |
Description | Description of the dimension. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
FindBestUnitBySystem | Returns the best UnitInfo by the given unis of measurement system. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
GetUnitsBySystem | Returns a list of UnitInfo by the given unis of measurement system. |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Returns a string representation of the current instance of the DimensionInfo class.
(Overrides Object.ToString()) |
TryInsertBaseUnit | Tries to insert base unit to the current instance of the DimensionInfo class. |