NullableTypes Class Library

NullableDouble Structure

Represents a Double value that is either a double-precision floating point number or Null. NullableDouble complies with the IEC 60559:1989 (IEEE 754) standard for binary floating-point arithmetic as Double.

For a list of all members of this type, see NullableDouble Members.

System.Object
   ValueType
      NullableDouble

[Visual Basic]
<Serializable>
Public Structure NullableDouble
Implements INullable, IComparable, IXmlSerializable
[C#]
[Serializable]
public struct NullableDouble : INullable, IComparable, IXmlSerializable

Requirements

Namespace: NullableTypes

Assembly: NullableTypes (in NullableTypes.dll)

See Also

NullableDouble Members | NullableTypes Namespace