Int64Static: MinValue (get)

MinValue

Represents the smallest possible value of an Int64.



 Public Property Get MinValue ( ) As Int64

Return Values

Int64 -  The minimum value constant.

Remarks

The value of this constant is negative 9,223,372,036,854,775,808; that is, hexadecimal 0x8000000000000000.

Read Only.

See Also

Project CorLib Overview

Class Int64Static Overview