asp.net.ph

Double Structure

System Namespace


Represents a double-precision floating point number.

Double Class Members

Collapse   Fields

Visibility Name Type
public static const Epsilon Double
public static const MaxValue Double
public static const MinValue Double
public static const NaN Double
public static const NegativeInfinity Double
public static const PositiveInfinity Double

Collapse   Methods

Visibility Name Parameters Return Type
public CompareTo ( Object value ) Int32
public CompareTo ( Double value ) Int32
public Equals ( Object obj ) Boolean
public Equals ( Double obj ) Boolean
public GetHashCode ( ) Int32
public GetTypeCode ( ) TypeCode
public static IsInfinity ( Double d ) Boolean
public static IsNaN ( Double d ) Boolean
public static IsNegativeInfinity ( Double d ) Boolean
public static IsPositiveInfinity ( Double d ) Boolean
public static Parse ( String s , NumberStyles style ) Double
public static Parse ( String s , IFormatProvider provider ) Double
public static Parse ( String s , NumberStyles style , IFormatProvider provider ) Double
public static Parse ( String s ) Double
public ToString ( String format ) String
public ToString ( ) String
public ToString ( String format , IFormatProvider provider ) String
public ToString ( IFormatProvider provider ) String
public static TryParse ( String s , Double& result ) Boolean
public static TryParse ( String s , NumberStyles style , IFormatProvider provider , Double& result ) Boolean

Remarks

The Double value type represents a double-precision 64-bit number with values ranging from negative 1.79769313486232e308 to positive 1.79769313486232e308, as well as positive or negative zero, PositiveInfinity, NegativeInfinity, and Not-a-Number ( NaN ).

Double complies with the IEEE 754 standard for binary floating-point arithmetic.

Double provides methods to compare instances of this type, convert the value of an instance to its String representation, and convert the String representation of a number to an instance of this type.

For information about how format specification codes control the String representation of value types, see Formatting Base Types.

This type implements interfaces IComparable, IFormattable, and IConvertible. Use the Convert class for conversions instead of this type's explicit interface member implementation of IConvertible.

Skip Navigation Links



Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph