TechTalk Genome v4.2

NullableSByte Fields

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

Public Static Fields

MaxValue A constant representing the largest possible value of a NullableSByte.
MinValue A constant representing the smallest possible value of a NullableSByte.
Null Represents a Null value that can be assigned to an instance of the NullableSByte 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 NullableSByte structure.

See Also

NullableSByte Class | TechTalk.Genome.NullableTypes Namespace