NullableTypes Class Library

NullableInt64.MinValue Field

A constant representing the smallest possible value of a NullableInt64.

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

Remarks

The value for this constant is -9.223.372.036.854.775.808.

See Also

NullableInt64 Class | NullableTypes Namespace