NullableTypes Class Library

NullableDecimal Structure

Represents a Decimal that is either a decimal number value or Null.

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

System.Object
   ValueType
      NullableDecimal

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

Requirements

Namespace: NullableTypes

Assembly: NullableTypes (in NullableTypes.dll)

See Also

NullableDecimal Members | NullableTypes Namespace