CodeCogs - An iteractive open source Numerical library Welcome... Login
CodeCogs
shopping cart
OSXWindowsLinux
Search CodeCogs
Numerical Components

Valid RSS

Stats

operators

Available under GPL (Free) and Commercial licence
get a GPL licence
COST (GBP)
this unit 0.23
sub units 0.00
add a commercial licence to your cart
0
viewed 1947 times and licensed 4 times

Tests whether the given arguments are equal.

Controller: CodeCogs  Contact Controller
+View version details
Contents hide toc
buy now     get GPL     add to cart

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

 
template<class T> boolisEqualconst T& a
const T& b )
Parameters:
aConstant
bConstant Passed by Reference
Source Code:

To view or download source code you need either a GPL or Commercial Licence.

buy now     get GPL     add to cart

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


 
template<class T> boolisGreaterconst T& a
const T& b )
Parameters:
aConstant
bConstant Passed by Reference
Source Code:

To view or download source code you need either a GPL or Commercial Licence.

buy now     get GPL     add to cart

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


 
template<class T> boolisLessconst T& a
const T& b )
Parameters:
aConstant
bConstant Passed by Reference
Source Code:

To view or download source code you need either a GPL or Commercial Licence.

buy now     get GPL     add to cart

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


Page Comments

Format Excel Equations

  You must login to leave a messge


Last Modified: 18 Oct 07 @ 17:07     Page Rendered: 2010-03-10 12:22:11

Valid CSS!   Valid XHTML 1.0 Transitional