Represents an angle measurement.
To create an object use either the extension function toAngle, or the extension properties degrees, or radians available on all Number types.
The unit of the angle measurement.
The value of the angle measurement. Note that the value is not normalized. For example, 450 degrees will not be converted to 90 and remain as 450 degrees.
Converts the angle to the specified unit.
Indicates whether some other object is "equal to" this one.
Returns a hash code value for the object.
Returns the value of this angle as a Double number of the specified targetUnit.
Returns the value of this angle as a Float number of the specified targetUnit.
Returns a string representation of the object.