TechTalk Genome v4.2

NullableUInt16 Fields

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

Public Static Fields

MaxValue Maximum value of this type of object
MinValue Minimum value of this type of object
Null Null initializer for this object. 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 Zero value Nullable16 object

See Also

NullableUInt16 Class | TechTalk.Genome.NullableTypes Namespace