RadianF Structure |
Namespace: NeoAxis
public struct RadianF : IComparable<RadianF>, IComparable<float>
The RadianF type exposes the following members.
| Name | Description | |
|---|---|---|
| RadianF(Double) | Initializes a new instance of the RadianF class | |
| RadianF(Int32) | Initializes a new instance of the RadianF class | |
| RadianF(Single) | Initializes a new instance of the RadianF class | |
| RadianF(DegreeF) | Initializes a new instance of the RadianF class | |
| RadianF(RadianF) | Initializes a new instance of the RadianF 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.) | |
| InDegrees | ||
| Parse | ||
| ToFloat | ||
| ToRadian | ||
| 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.) |