OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022

#include <VcstFloatCompare.h>

Static Public Member Functions

static bool equal (T firstValue, T secondValue)
 
static bool equal (T firstValue, T secondValue, T errorDelta)
 
static bool notequal (T firstValue, T secondValue)
 
static bool notequal (T firstValue, T secondValue, T errorDelta)
 

Detailed Description

template<typename T>
class FloatCompare< T >

Definition at line 25 of file VcstFloatCompare.h.

Member Function Documentation

◆ equal() [1/2]

bool equal ( firstValue,
secondValue 
)
inlinestatic

Definition at line 39 of file VcstFloatCompare.h.

◆ equal() [2/2]

bool equal ( firstValue,
secondValue,
errorDelta 
)
inlinestatic

Definition at line 49 of file VcstFloatCompare.h.

◆ notequal() [1/2]

bool notequal ( firstValue,
secondValue 
)
inlinestatic

Definition at line 57 of file VcstFloatCompare.h.

◆ notequal() [2/2]

bool notequal ( firstValue,
secondValue,
errorDelta 
)
inlinestatic

Definition at line 62 of file VcstFloatCompare.h.


The documentation for this class was generated from the following file: