DoubleDouble Methods

Methods

Abs Computes the absolute value of a double double number.
Compare Compares two values.
CompareTo Compares the current value to another.
Cos Computes the cosine of a double double value.
Equals(DoubleDouble) Determines whether the current value is equal to another value.
Equals(Object) Determines whether the current value is equal to another object.
(Overrides ValueTypeEquals(Object))
Equals(DoubleDouble, DoubleDouble) Determines whether two double double values are equal.
Exp Computes the exponential of a double double value.
GetHashCode Gets a hash code for the current value.
(Overrides ValueTypeGetHashCode)
GetRandomValue Gets a random double double value.
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsNaN Determines whether a double double value is not-a-number.
Log Computes the natural logarithm of a double double value.
Parse Parses a string representation of a double double value.
Pow Raises a double double number to an integer power.
Sin Computes the sine of a double double value.
Sqrt Computes the square root of a double double value.
ToString Produces a string representation of the double double value.
(Overrides ValueTypeToString)
TryParse Attempts to parse a string representation of a double double value.

See Also