NullableTypes Class Library

NullableDecimal.MinValue Field

A constant representing the smallest possible value of a NullableDecimal.

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

Remarks

The value for this constant is negative 79.228.162.514.264.337.593.543.950.335.

See Also

NullableDecimal Class | NullableTypes Namespace