D2T | Convert from D floating to T floating. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
F2S | Convert from F floating to S floating. |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
G2T | Convert from G floating to T floating. |
GetHashCode | Serves as the default hash function. (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) |
S2F | Convert from S floating to F floating. |
T2D | Convert from T floating to D floating. |
T2G | Convert from T floating to G floating. |
ToString | Returns a string that represents the current object. (Inherited from Object) |