Numeric.GetValue
GetValue()
Gets the unit value.
public double GetValue()
Return Value
The object value.
See Also
- class Numeric
- package com.aspose.html.Drawing
- package Aspose.HTML
GetValue(UnitType)
Gets the value converted to the specified UnitType
.
public double GetValue(UnitType unitType)
Parameter | Type | Description |
---|---|---|
unitType | UnitType | Type of the unit. |
Return Value
Returns value that is converted to specified type.
Exceptions
exception | condition |
---|---|
ArgumentNullException | unitType |
See Also
- class UnitType
- class Numeric
- package com.aspose.html.Drawing
- package Aspose.HTML