The fields of the NullableInt16 structure are listed below. For a complete list of NullableInt16 structure members, see the NullableInt16 Members topic.
![]() 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 |
NullableInt16 Class | TechTalk.Genome.NullableTypes Namespace