Click or drag to resize

DoubleDouble Methods

The DoubleDouble type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAbs
Computes the absolute value of a double double number.
Public methodStatic memberCompare
Compares two values.
Public methodCompareTo
Compares the current value to another.
Public methodStatic memberCos
Computes the cosine of a double double value.
Public methodEquals(Object)
Determines whether the current value is equal to another object.
(Overrides ValueTypeEquals(Object).)
Public methodEquals(DoubleDouble)
Determines whether the current value is equal to another value.
Public methodStatic memberEquals(DoubleDouble, DoubleDouble)
Determines whether two double double values are equal.
Public methodStatic memberExp
Computes the exponential of a double double value.
Public methodGetHashCode
Gets a hash code for the current value.
(Overrides ValueTypeGetHashCode.)
Public methodStatic memberGetRandomValue
Gets a random double double value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsNaN
Determines whether a double double value is not-a-number.
Public methodStatic memberLog
Computes the natural logarithm of a double double value.
Public methodStatic memberParse
Parses a string representation of a double double value.
Public methodStatic memberPow
Raises a double double number to an integer power.
Public methodStatic memberSin
Computes the sine of a double double value.
Public methodStatic memberSqrt
Computes the square root of a double double value.
Public methodToString
Produces a string representation of the double double value.
(Overrides ValueTypeToString.)
Public methodStatic memberTryParse
Attempts to parse a string representation of a double double value.
Top
See Also