I have forgotten
my Password

Or login with:

  • Facebookhttp://facebook.com/
  • Googlehttps://www.google.com/accounts/o8/id
  • Yahoohttps://me.yahoo.com
get GPL
COST (GBP)
this unit 0.28
sub units 0.00
+
0

operators

Tests whether the given arguments are equal.
Controller: CodeCogs

Interface

C++

Overview

This module provides three predicate functions that are used as basic relational operators for the Stats/Countif and Stats/Sumif components.

Authors

Lucian Bentea (September 2005)

IsEqual

 
template<class T> boolisEqualconst T& a
const T& b )

Parameters

aConstant
bConstant Passed by Reference
Source Code

Source code is available when you agree to a GP Licence or buy a Commercial Licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


IsGreater

 
template<class T> boolisGreaterconst T& a
const T& b )

Parameters

aConstant
bConstant Passed by Reference
Source Code

Source code is available when you agree to a GP Licence or buy a Commercial Licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.


IsLess

 
template<class T> boolisLessconst T& a
const T& b )

Parameters

aConstant
bConstant Passed by Reference
Source Code

Source code is available when you agree to a GP Licence or buy a Commercial Licence.

Not a member, then Register with CodeCogs. Already a Member, then Login.