Numeric.NumericInit, Numeric.ValueHelperUnit.UnitInit| Constructor and Description |
|---|
Angle(double value,
UnitType type)
Initializes a new instance of the
Angle class. |
| Modifier and Type | Method and Description |
|---|---|
protected double |
onConvert(double value,
UnitType fromType,
UnitType toType)
Called when unit is converted to the specified unit type.
|
static Angle |
op_Addition(Angle a,
Angle b)
Implements the operator +.
|
static boolean |
op_Equality(Angle a,
Angle b)
Implements the operator ==.
|
static boolean |
op_GreaterThan(Angle a,
Angle b)
Implements the operator >.
|
static boolean |
op_GreaterThanOrEqual(Angle a,
Angle b)
Implements the operator >=.
|
static boolean |
op_Inequality(Angle a,
Angle b)
Implements the operator !
|
static boolean |
op_LessThan(Angle a,
Angle b)
Implements the operator <.
|
static boolean |
op_LessThanOrEqual(Angle a,
Angle b)
Implements the operator <=.
|
static Angle |
op_Subtraction(Angle a,
Angle b)
Implements the operator -.
|
compareTo, equals, getValue, getValue, hashCode, initializeequals, fromCentimeters, fromDegrees, fromDotsPerCentimeters, fromDotsPerInch, fromDotsPerPixel, fromGradians, fromHertz, fromInches, fromKiloHertz, fromMillimeters, fromMilliseconds, fromPicas, fromPixels, fromPoints, fromQuarterMillimeters, fromRadians, fromSeconds, fromTurns, getUnitTypepublic static Angle op_Addition(Angle a, Angle b)
Implements the operator +.
a - Parameter a.b - Parameter b.com.aspose.ms.System.ArgumentNullException - Arguments are nullcom.aspose.ms.System.ArgumentException - Arguments have different types
or
Arguments have different resolution
orpublic static Angle op_Subtraction(Angle a, Angle b)
Implements the operator -.
a - The parameter a.b - The parameter b.com.aspose.ms.System.ArgumentNullException - Arguments are nullcom.aspose.ms.System.ArgumentException - Arguments have different types
or
Arguments have different resolutions
orpublic static boolean op_LessThan(Angle a, Angle b)
Implements the operator <.
a - The parameter a.b - The parameter b.com.aspose.ms.System.ArgumentException - Arguments have different typescom.aspose.ms.System.ArgumentNullException - An argument is nullpublic static boolean op_GreaterThan(Angle a, Angle b)
Implements the operator >.
a - The parameter a.b - The parameter b.com.aspose.ms.System.ArgumentException - Arguments have different typescom.aspose.ms.System.ArgumentNullException - An argument is nullpublic static boolean op_LessThanOrEqual(Angle a, Angle b)
Implements the operator <=.
a - The parameter a.b - The parameter b.com.aspose.ms.System.ArgumentException - Arguments have different typescom.aspose.ms.System.ArgumentNullException - An argument is nullpublic static boolean op_GreaterThanOrEqual(Angle a, Angle b)
Implements the operator >=.
a - The parameter a.b - The parameter b.com.aspose.ms.System.ArgumentException - Arguments have different typescom.aspose.ms.System.ArgumentNullException - An argument is nullpublic static boolean op_Equality(Angle a, Angle b)
Implements the operator ==.
a - The parameter a.b - The parameter b.public static boolean op_Inequality(Angle a, Angle b)
Implements the operator !=.
a - The parameter a.b - The parameter b.