VF_maxCVD_maxCVE_maxC
VI_maxCVBI_maxCVSI_maxCVLI_maxCVQI_maxC
VU_maxCVUB_maxCVUS_maxCVUL_maxCVUI_maxC
FunctionCompare each element of a vector to a constant and take the larger of the two.
Syntax C/C++#include <VFmath.h>
void VF_maxC( fVector Y, fVector X, ui size, float C );
C++ VecObj#include <OptiVec.h>
void vector<T>::maxC( const vector<T>& X, const T& C );
Pascal/Delphiuses VFmath;
procedure VF_maxC( Y, X:fVector; size:UIntSize; C:Single );
DescriptionYi = Xi, if Xi > C
Yi = C, if Xi <= C
Error handlingnone
Return valuenone
See alsoVF_maxV,   VF_minC,   VF_max,   VF_absmax,   VF_limit,   VF_flush0

VectorLib Table of Contents  OptiVec home