Radian Structure |
public struct Radian : IComparable<Radian>, IComparable<double>
The Radian type exposes the following members.
| Name | Description | |
|---|---|---|
| Radian(Degree) | Initializes a new instance of the Radian class | |
| Radian(Double) | Initializes a new instance of the Radian class | |
| Radian(Int32) | Initializes a new instance of the Radian class | |
| Radian(Radian) | Initializes a new instance of the Radian class | |
| Radian(Single) | Initializes a new instance of the Radian class |
| Name | Description | |
|---|---|---|
| CompareTo(Degree) | ||
| CompareTo(Double) | ||
| CompareTo(Radian) | ||
| Equals | (Overrides ValueTypeEquals(Object)) | |
| GetHashCode | (Overrides ValueTypeGetHashCode) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InDegrees | ||
| Parse | ||
| ToDouble | ||
| ToRadianF | ||
| ToString | (Overrides ValueTypeToString) |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
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) |