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> boolisEqual( | const T& | a | |
const T& | b | ) |
Parameters
a Constant b Constant 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> boolisGreater( | const T& | a | |
const T& | b | ) |
Parameters
a Constant b Constant 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> boolisLess( | const T& | a | |
const T& | b | ) |
Parameters
a Constant b Constant 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.
Last Modified: 18 Oct 07 @ 17:07 Page Rendered: 2022-03-14 11:46:53