Search
Measure Members
Constructors Methods
 


Represents amounts of specific units.

The following tables list the members exposed by the Measure type.

 Public Constructors

  Name Description

Measure

Overloaded. Initializes a new instance of the Measure class.

 Public Methods

  Name Description

convertTo

Converts the amount represented by the current object to the specified unit.

equals

 

getAmount

Gets the amount represented by the current object.

getUnit

Gets the unit of measure of the current object.

hashCode

 

isEqualTo

Determines whether the specified measure is equal to the current measure.

op_Addition

Adds the specified amount to the specified Measure object.

op_Division

Divides the specified amount from the specified Measure object.

op_Multiply

Multiplies the specified amount to the specified Measure object.

op_Subtraction

Subtracts the specified amount from the specified Measure object.

pixel

Creates a Measure instance of the MeasureUnit.Pixel unit from the specified double value.

point

Creates a Measure instance of the MeasureUnit.Point unit from the specified double value.

toString

Overloaded.  

 See Also