NullableTypes Class Library

NullableDecimal Fields

The fields of the NullableDecimal structure are listed below. For a complete list of NullableDecimal structure members, see the NullableDecimal Members topic.

Public Static (Shared) Fields

MaxValue A constant representing the largest possible value of a NullableDecimal.
MinusOne Represents the number negative one (-1) that can be assigned to an instance of the NullableDecimal structure.
MinValue A constant representing the smallest possible value of a NullableDecimal.
Null Represents a Null value that can be assigned to an instance of the NullableDecimal structure. A Null is the absence of a value because missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists.
One Represents the number positive one (1) that can be assigned to an instance of the NullableDecimal structure.
Zero Represents a zero value that can be assigned to an instance of the NullableDecimal structure.

See Also

NullableDecimal Class | NullableTypes Namespace