viewed 1947 times and licensed 4 times
Tests whether the given arguments are equal.
View version details
Contents  |
|
Group Description
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)
Interface
#include <codecogs/stats/operators.h>
using namespace Stats;
| template<class T> bool | isEqual (const T& a, const T& b) Tests whether the given arguments are equal. |
| template<class T> bool | isGreater (const T& a, const T& b) Tests whether the first argument is greater than the second. |
| template<class T> bool | isLess (const T& a, const T& b) Tests whether the first argument is less than the second. |
Function Documentation
Parameters:
| a | Constant |
| b | Constant Passed by Reference |
Parameters:
| a | Constant |
| b | Constant Passed by Reference |
Parameters:
| a | Constant |
| b | Constant Passed by Reference |
Page Comments
You must login to leave a messge
Last Modified: 18 Oct 07 @ 17:07 Page Rendered: 2010-03-10 12:22:11