Return TypeFunction nameArguments
boolhzSysID::operator!(void)

Declared and defined in file: hzBasedefs.h

Function Logic:

Function body:

bool hzSysID::operator! (void)
                                                   { return m_Value ? false:true ; }