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 1939 times and licensed 4 times
www.codecogs.com/d-ox/stats/operators.php

Tests whether the given arguments are equal.

Controller: CodeCogs    Contact Controller

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

  You must login to leave a messge


Last Modified: 18 Oct 07 @ 17:07     Page Rendered: 2008-08-18 18:35:03

Valid CSS!   Valid XHTML 1.0 Transitional