NullableTypes Class Library

NullableDecimal.One Field

Represents the number positive one (1) that can be assigned to an instance of the NullableDecimal structure.

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

Remarks

Zero field is a constant of the NullableDecimal structure.

See Also

NullableDecimal Class | NullableTypes Namespace