Double Class
Represents a double-precision floating point number. This class cannot be inherited.
Definition
Members Table
The following table lists the members exposed by the Double object. Click a tab on the left to choose the type of member you want to view.
Methods
| Method | Description |
|---|
| CompareTo | Compares this instance to a specified object. |
| Equals | Overloaded. Compares two objects to determine if they are equal. |
| GetHashCode | Overriden. Returns the hash code for this instance. |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| IsInfinity | Returns a value indicating whether the specified number evaluates to negative or positive infinity |
| IsNaN | Returns a value indicating whether the specified number evaluates to a value that is not a number (NaN). |
| IsNegativeInfinity | Returns a value indicating whether the specified number evaluates to negative infinity. |
| IsPositiveInfinity | Returns a value indicating whether the specified number evaluates to positive infinity. |
| Parse | Converts the string representation of a number to its double-precision floating point number equivalent. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object) |
| ToString | Overriden. Converts the numeric value of this instance to its equivalent string representation. |
Constants
| Constant | Description |
|---|
| Epsilon | Represents the smallest positive Double greater than zero. |
| MaxValue | Represents the largest possible value of a Double. |
| MinValue | Represents the smallest possible value of a Double. |
| NaN | Represents a value that is not a number (NaN). |
| NegativeInfinity | Represents negative infinity. |
| PositiveInfinity | Represents positive infinity. |
Inheritance Hierarchy
ObjectDouble
Class Information
| Namespace | System |
|---|
| Flash Library | corlib.scl |
|---|
| Flash Library Version | 2.0.0.2466 |
|---|
| Silverlight Library | System.Windows.Forms.dll |
|---|