NullableTypes Class Library

NullableInt32.MinValue Field

A constant representing the smallest possible value of a NullableInt32.

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

Remarks

The value for this constant is -2.147.483.648.

See Also

NullableInt32 Class | NullableTypes Namespace