MeasureUnit Members
In This Article
#Constructors
Name | Description |
---|---|
Measure |
Initializes a new instance of the Measure |
Measure |
Initializes a new instance of the Measure |
#Properties
Name | Description |
---|---|
Abbreviation | Gets an abbreviation corresponding to the current measure unit. |
Centimeter static |
Returns an instance of the Measure |
Foot static |
Returns an instance of the Measure |
Furlong static |
Returns an instance of the Measure |
Inch static |
Returns an instance of the Measure |
Kilometer static |
Returns an instance of the Measure |
Meter static |
Returns an instance of the Measure |
Meters |
Returns a value specifying the current measure unit converted into meters. |
Mile static |
Returns an instance of the Measure |
Millimeter static |
Returns an instance of the Measure |
Name | Gets or sets a name of a measure unit |
Nautical |
Returns an instance of the Measure |
Yard static |
Returns an instance of the Measure |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified measure unit is equal to the current Measure |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current Measure |
From |
Converts a value in meters to the value in the current measure unit. |
Get |
Gets the hash code (a number) that corresponds to the value of the current Measure |
Get |
Returns a list of predefined measure units. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Converts a current measure unit value to its value in meters. |
To |
Returns the textual representation of the Measure |
#Operators
Name | Description |
---|---|
Equality |
Compares two Measure |
Implicit |
|
Implicit |
|
Inequality |
Compares two Measure |
See Also