NullableTypes Class Library

NullableInt64.MaxValue Field

A constant representing the largest possible value of a NullableInt64.

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

Remarks

The value for this constant is 9.223.372.036.854.775.807.

See Also

NullableInt64 Class | NullableTypes Namespace