Angle Methods

CVB.Net Documentation

The Angle type exposes the following members.

Methods

  NameDescription
Public methodCompareTo
Implementation of the IComparable function
Public methodEquals
Equality comparison.
(Overrides ValueTypeEquals(Object).)
Public methodStatic memberFromDegrees(Double)
Create an angle in degrees.
Public methodStatic memberFromDegrees(Double, Boolean)
Create an angle in degrees.
Public methodStatic memberFromRadians(Double)
Create an angle in radians.
Public methodStatic memberFromRadians(Double, Boolean)
Create an angle in radians.
Public methodGetHashCode
Hash code generation.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Convert the angle to a string. Although Radians is the predominantly used unit for angles, the angle will be output as a degree string as this is easier humanly readable.
(Overrides ValueTypeToString.)
Top
See Also

Reference