GOA - System.Double

Double Class


Represents a double-precision floating point number. This class cannot be inherited.

Definition

public sealed class Double: Object, IComparable

Members Table

MethodDescription
CompareToCompares this instance to a specified object.
EqualsOverloaded. Compares two objects to determine if they are equal.
GetHashCodeOverriden. Returns the hash code for this instance.
GetTypeGets the Type of the current instance. (Inherited from Object)
IsInfinityReturns a value indicating whether the specified number evaluates to negative or positive infinity
IsNaNReturns a value indicating whether the specified number evaluates to a value that is not a number (NaN).
IsNegativeInfinityReturns a value indicating whether the specified number evaluates to negative infinity.
IsPositiveInfinityReturns a value indicating whether the specified number evaluates to positive infinity.
ParseConverts the string representation of a number to its double-precision floating point number equivalent.
ReferenceEqualsDetermines whether the specified Object instances are the same instance. (Inherited from Object)
ToStringOverriden. Converts the numeric value of this instance to its equivalent string representation.
ConstantDescription
EpsilonRepresents the smallest positive Double greater than zero.
MaxValueRepresents the largest possible value of a Double.
MinValueRepresents the smallest possible value of a Double.
NaNRepresents a value that is not a number (NaN).
NegativeInfinityRepresents negative infinity.
PositiveInfinityRepresents positive infinity.

Inheritance Hierarchy

Object
Double

Class Information

NamespaceSystem
Flash Librarycorlib.scl
Flash Library Version2.0.0.2466
Silverlight LibrarySystem.Windows.Forms.dll



© 2003-2007 NETiKA Technologies. All rights reserved.