NullableTypes Class Library

NullableInt32.MaxValue Field

A constant representing the largest possible value of a NullableInt32.

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

Remarks

The value for this constant is 2.147.483.647.

See Also

NullableInt32 Class | NullableTypes Namespace