Degree Structure |
Namespace: NeoAxis
public struct Degree : IComparable<Degree>, IComparable<double>
The Degree type exposes the following members.
Name | Description | |
---|---|---|
Degree(Double) | Initializes a new instance of the Degree class | |
Degree(Int32) | Initializes a new instance of the Degree class | |
Degree(Single) | Initializes a new instance of the Degree class | |
Degree(Degree) | Initializes a new instance of the Degree class | |
Degree(Radian) | Initializes a new instance of the Degree class |
Name | Description | |
---|---|---|
CompareTo(Double) | ||
CompareTo(Degree) | ||
CompareTo(Radian) | ||
Equals | (Overrides ValueTypeEquals(Object).) | |
GetHashCode | (Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InRadians | ||
Parse | ||
ToDegreeF | ||
ToDouble | ||
ToString | (Overrides ValueTypeToString.) | |
TryParse |
Name | Description | |
---|---|---|
MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) | |
PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) | |
PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |