NullableTypes Class Library

NullableDecimal.MaxValue Field

A constant representing the largest possible value of a NullableDecimal.

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

Remarks

The value for this constant is positive 79.228.162.514.264.337.593.543.950.335.

See Also

NullableDecimal Class | NullableTypes Namespace