Int64Static: MaxValue (get)

MaxValue

Represents the largest possible value of an Int64.



 Public Property Get MaxValue ( ) As Int64

Return Values

Int64 -  The maximum value constant.

Remarks

The value of this constant is 9,223,372,036,854,775,807; that is, hexadecimal 0x7FFFFFFFFFFFFFFF.

Read Only.

See Also

Project CorLib Overview

Class Int64Static Overview