Click or drag to resize

RADouble Methods

The RADouble type exposes the following members.

Methods
 NameDescription
Public methodEquals(Object)Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object))
Public methodEquals(RADouble)Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCodeReturns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGetValueRelativeTo Gets the value relative to the specified argument. If absolute, returns the stored value; if relative, returns the product of the stored value and r.
Public methodStatic memberNewAbs Creates a new RADouble with an absolute value.
Public methodStatic memberNewRel Creates a new RADouble with a relative value.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also