Click or drag to resize

Angle Operators and Type Conversions

The Angle type exposes the following members.

Operators
  Name Description
Public operator Static member Addition(Angle, Angle) Returns computed sum of values.
Public operator Static member Division(Angle, Angle) Returns computed division of values.
Public operator Static member Equality(Angle, Angle) Compares the two values for equality.
Public operator Static member Exponent(Angle, Angle) Returns result of first value raised to power of second value.
Public operator Static member GreaterThan(Angle, Angle) Returns true if left value is greater than right value.
Public operator Static member GreaterThanOrEqual(Angle, Angle) Returns true if left value is greater than or equal to right value.
Public operator Static member (Angle to Double) Implicitly converts Angle, represented in radians, to a Double.
Public operator Static member (Double to Angle) Implicitly converts value, represented in radians, to an Angle.
Public operator Static member Inequality(Angle, Angle) Compares the two values for inequality.
Public operator Static member LessThan(Angle, Angle) Returns true if left value is less than right value.
Public operator Static member LessThanOrEqual(Angle, Angle) Returns true if left value is less or equal to than right value.
Public operator Static member Modulus(Angle, Angle) Returns computed remainder after dividing first value by the second.
Public operator Static member Multiply(Angle, Angle) Returns computed product of values.
Public operator Static member Subtraction(Angle, Angle) Returns computed difference of values.
Top
See Also