Numeric Class
Provides the base class for numeric types.
Inheritance Hierarchy

Namespace: Aspose.Html.Drawing
Assembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax
public abstract class Numeric : Unit

The Numeric type exposes the following members.

Properties
  NameDescription
Public propertyUnitType
Gets the unit type of the Unit.
(Inherited from Unit.)
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(Object)
Determines whether the specified Object, is equal to this instance.
(Inherited from Unit.)
Public methodEquals(Unit)
Determines whether the specified Unit, is equal to this instance.
(Overrides UnitEquals(Unit).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides UnitGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodGetValue
Gets the unit value.
Public methodGetValue(UnitType)
Gets the value converted to the specified UnitType.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnConvert
Called when unit is converted to the specified unit type.
Public methodToString
Returns a String that represents this instance.
(Overrides UnitToString.)
See Also