The fields of the NullableDouble structure are listed below. For a complete list of NullableDouble structure members, see the NullableDouble Members topic.
![]() MaxValue | A constant representing the largest possible value of a NullableDouble. |
![]() MinValue | A constant representing the smallest possible value of a NullableDouble. |
![]() Null | Represents a Null value that can be assigned to an instance of the NullableDouble 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. |
![]() Zero | Represents a zero value that can be assigned to an instance of the NullableDouble structure. |
NullableDouble Class | NullableTypes Namespace