max constant

I16 const max

The maximum value an I16 can hold (32767).

Implementation

static const I16 max = I16(32767);