NullableTypes Class Library

NullableDouble.Null Field

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.

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

Remarks

Null field is a constant of the NullableDouble structure.

See Also

NullableDouble Class | NullableTypes Namespace