MAX


Description:

[ Version ( since = "2.4" ) ]
[ CCode ( cname = "G_MAXUINT16" ) ]
public const uint16 MAX

The maximum value which can be held in a uint16.

This is the same as standard C `UINT16_MAX`, which should be preferred in new code.