21 #ifndef __ANTARES_TOOLBOX_FILTER_OPERATOR_MODULO_H__
22 #define __ANTARES_TOOLBOX_FILTER_OPERATOR_MODULO_H__
24 #include "../operator.h"
26 namespace Antares::Toolbox::Filter::Operator
32 AOperator(parent, wxT(
"%"), wxT(
"modulo"))
43 virtual bool compute(
const int a)
const
50 virtual bool compute(
const double a)
const
55 virtual bool compute(
const wxString&)
const