NullableTypes Class Library

NullableSingle.Null Field

Represents a Null value that can be assigned to an instance of the NullableSingle 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 NullableSingle
[C#]
public static readonly NullableSingle Null;

Remarks

Null field is a constant of the NullableSingle structure.

See Also

NullableSingle Class | NullableTypes Namespace