Angle Methods

The Angle type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares this angle with another angle
Public methodEquals
Checks for approximate angle equality
Public methodStatic memberFromCurrentUnit
Creates an angle given in the current unit type
Public methodStatic memberFromDegrees
Creates an angle from a value in degrees
Public methodStatic memberFromRadians
Creates an angle from a value in radians
Public methodStatic memberParse(String)
Parses the given text as an angle in the current unit type
Public methodStatic memberParse(String, IFormatProvider)
Parses the given text as an angle in the current unit type
Public methodStatic memberParse(String, IFormatProvider, AngleUnitType)
Parses the given text as an angle in the current unit type
Public methodToString
Converts the represented angle to a string in the current units
(Overrides ObjectToString.)
Public methodToString(AngleUnitType)
Converts the represented angle to a string in the given units
Public methodToString(String, IFormatProvider)
Converts the represented angle to a string with the given parameters
Public methodToString(String, IFormatProvider, AngleUnitType)
Converts the represented angle to a string with the given parameters
Public methodStatic memberTryParse(String, Angle)
Parses the given text as an angle in the current unit type
Public methodStatic memberTryParse(String, IFormatProvider, Angle)
Parses the given text as an angle in the current unit type
Public methodStatic memberTryParse(String, IFormatProvider, AngleUnitType, Angle)
Parses the given text as an angle in the current unit type
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next