This documentation is compiled for the latest release of Mathos Core Library
Top
Top
The AngleConversionM type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| AngleToDecimalAngle |
Static method that returns angle imputed as "degrees.minutesseconds" in to decimal degree
| |
| AngleToRadians |
Static method that returns angle imputed as "degrees.minutesseconds" in to radians
| |
| DecimalAngleToAngle |
Static method that returns angle imputed as decimal degree in to degree ("degree.minutesseconds")
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RadiansToAngle |
Static method that returns angle imputed as radians in to decimal degrees
| |
| RadiansToDecimalAngle |
Static method that returns angle imputed as radians in to decimal degrees
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| From(Enum) | Overloaded. (Defined by Converter.) | |
| From(Base) | Overloaded. (Defined by Converter.) |
See Also