NullableTypes Class Library

NullableDecimal.Zero Field

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

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

Remarks

Zero field is a constant of the NullableDecimal structure.

See Also

NullableDecimal Class | NullableTypes Namespace