DegreeF Structure |
Namespace: NeoAxis
public struct DegreeF : IComparable<DegreeF>, IComparable<float>
The DegreeF type exposes the following members.
| Name | Description | |
|---|---|---|
| DegreeF(Double) | Initializes a new instance of the DegreeF class | |
| DegreeF(Int32) | Initializes a new instance of the DegreeF class | |
| DegreeF(Single) | Initializes a new instance of the DegreeF class | |
| DegreeF(DegreeF) | Initializes a new instance of the DegreeF class | |
| DegreeF(RadianF) | Initializes a new instance of the DegreeF class |
| Name | Description | |
|---|---|---|
| CompareTo(Single) | ||
| CompareTo(DegreeF) | ||
| CompareTo(RadianF) | ||
| Equals | (Overrides ValueTypeEquals(Object).) | |
| GetHashCode | (Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| InRadians | ||
| Parse | ||
| ToDegree | ||
| ToFloat | ||
| ToString | (Overrides ValueTypeToString.) |
| 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.) |