NullableTypes Class Library

NullableDouble.Zero Field

Represents a zero value that can be assigned to an instance of the NullableDouble structure.

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

Remarks

Zero field is a constant of the NullableDouble structure.

See Also

NullableDouble Class | NullableTypes Namespace