Int64.MinValue

Syntax

MinValue: Int64;

Description

The MinValue property returns the minimum available value.

Comments

For the Int64 type, the minimum available value is -9223372036854775808.

See also:

The Int64 Class