NullableTypes Class Library

NullableInt64.Null Field

Represents a Null value that can be assigned to an instance of the NullableInt64 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.

[Visual Basic]
Public Shared ReadOnly Null As NullableInt64
[C#]
public static readonly NullableInt64 Null;

Remarks

Null field is a constant of the NullableInt64 structure.

See Also

NullableInt64 Class | NullableTypes Namespace