This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.ConverterAngleConversionM
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Top
Top
Inheritance Hierarchy
Mathos.ConverterAngleConversionM
Namespace: Mathos.Converter
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The AngleConversionM type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AngleConversionM | Initializes a new instance of the AngleConversionM class |
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