CodeCogs - A iteractive open source Numerical library in C/C++, with wrappers for .NET and Excel Welcome... Login
Site Map
shopping cart
OSX compatibleWindows compatibleLinux compatible
Search CodeCogs
Numerical Components
Worked Examples

Valid RSS

stats

operators

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

Tests whether the given arguments are equal.

Controller: CodeCogs    Contact Controller

+View version details
Contents hide toc

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.

Page Comments

Format Excel Equations

  You must login to leave a messge


Last Modified: 18 Oct 07 @ 17:07     Page Rendered: 2008-11-21 00:01:59

Valid CSS!   Valid XHTML 1.0 Transitional