CSReportDll.cReportCompiler.resultIsGreaterThan C# (CSharp) Méthode

resultIsGreaterThan() private méthode

private resultIsGreaterThan ( cReportFormulaInt fint ) : object
fint cReportFormulaInt
Résultat object
        private object resultIsGreaterThan(cReportFormulaInt fint)
        {
            if (fint.getVariables().count() > 0)
            {
                return fint.getVariables().item(C_ISGREATERTHAN).getValue();
            }
            else
            {
                return 0;
            }
        }