NullableTypes Class Library

NullableDecimal.MinusOne Field

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

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

Remarks

Zero field is a constant of the NullableDecimal structure.

See Also

NullableDecimal Class | NullableTypes Namespace