NullableTypes Class Library

NullableSingle Structure

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

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

System.Object
   ValueType
      NullableSingle

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

Requirements

Namespace: NullableTypes

Assembly: NullableTypes (in NullableTypes.dll)

See Also

NullableSingle Members | NullableTypes Namespace