MonIntMax - tracks the highest recorded value

The MonIntMax class is a subclass of MonInteger. Like MonInteger, MonIntMax stores 64-bit integer values but also tracks the highest recorded value.

The MonItem subclass of MonItem is used to access 64-bit integer values.

Constructor

MonIntMax( const char *name, int flags = 0 )

Constructs a new MonIntMax with the provided name and flags (defaulting to none) or type MIT_INTMAX (3)

For inherited methods, see MonInteger - store 64-bit integer values.

Method

P4INT64 MaxValue() const

Reads the highest recorded value of the counter