Click or drag to resize

Angle Methods

The Angle type exposes the following members.

Methods
  Name Description
Public method Static member Average Calculates an average of the specified sequence of Angle values.
Public method CompareTo(Angle) Compares this instance to a specified Angle and returns an indication of their relative values.
Public method CompareTo(Double) Compares this instance to a specified Double and returns an indication of their relative values.
Public method CompareTo(Object) Compares this instance to a specified object and returns an indication of their relative values.
Public method Static member ConvertFrom Converts the value in the specified sourceUnit to a new Angle in radians.
Public method ConvertTo Converts the Angle to the specified targetUnit.
Public method Equals(Angle) Returns a value indicating whether this instance is equal to a specified Angle value.
Public method Equals(Double) Returns a value indicating whether this instance is equal to a specified Double value.
Public method Equals(Object) Returns a value indicating whether this instance is equal to a specified object.
(Overrides ValueTypeEquals(Object))
Public method Static member FromAngularMil Creates a new Angle value from the specified value in angular mil.
Public method Static member FromArcMinutes Creates a new Angle value from the specified value in arcminutes.
Public method Static member FromArcSeconds Creates a new Angle value from the specified value in arcseconds.
Public method Static member FromDegrees Creates a new Angle value from the specified value in degrees.
Public method Static member FromGrads Creates a new Angle value from the specified value in grads.
Public method GetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method GetTypeCode Returns the TypeCode for value type Double.
Public method Static member Parse(String) Converts the string representation of a number to its Angle equivalent.
Public method Static member Parse(String, NumberStyles) Converts the string representation of a number in a specified style to its Angle equivalent.
Public method Static member Parse(String, IFormatProvider) Converts the string representation of a number in a specified culture-specific format to its Angle equivalent.
Public method Static member Parse(String, NumberStyles, IFormatProvider) Converts the string representation of a number in a specified style and culture-specific format to its Angle equivalent.
Public method ToAngularMil Gets the Angle value in angular mil.
Public method ToArcMinutes Gets the Angle value in arcminutes.
Public method ToArcSeconds Gets the Angle value in arcseconds.
Public method ToDegrees Gets the Angle value in degrees.
Public method ToGrads Gets the Angle value in grads.
Public method ToRange Gets the equivalent angle moved within the range of minValue and minValue + 2.0 * PI.
Public method ToString Converts the numeric value of this instance to its equivalent string representation.
(Overrides ValueTypeToString)
Public method ToString(IFormatProvider) Converts the numeric value of this instance to its equivalent string representation using the specified culture-specific format information.
Public method ToString(String) Converts the numeric value of this instance to its equivalent string representation, using the specified format.
Public method ToString(String, IFormatProvider) Converts the numeric value of this instance to its equivalent string representation using the specified format and culture-specific format information.
Public method Static member TryParse(String, Angle) Converts the string representation of a number to its Angle equivalent. A return value indicates whether the conversion succeeded or failed.
Public method Static member TryParse(String, NumberStyles, IFormatProvider, Angle) Converts the string representation of a number in a specified style and culture-specific format to its Angle equivalent. A return value indicates whether the conversion succeeded or failed.
Public method Static member Unwrap Unwraps a set of Angle values so a comparable mathematical operation can be applied.
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also