Matrix::ReplaceNAN Method

Overload List

#SignatureDescription
1TMtxVec *ReplaceNAN(const double Value) const;Replaces all NAN values with Value.
2TMtxVec *ReplaceNAN(const double Value, int Index, int Len) const;Replaces all NAN values with Value within calling object elements [Index]..[Index+Len-1].

Overload 1: TMtxVec *ReplaceNAN(const double Value) const;

Replaces all NAN values with Value.

#NameTypeDescription
1Valueconst double
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler

Overload 2: TMtxVec *ReplaceNAN(const double Value, int Index, int Len) const;

Replaces all NAN values with Value within calling object elements [Index]..[Index+Len-1].

#NameTypeDescription
1Valueconst double
2Indexint
3Lenint
Remarks:

An exception is raised if array borders are overrun.

Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler