Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec *ReplaceNAN(const double Value) const; | Replaces all NAN values with Value. |
| 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]. |
Overload 1: TMtxVec *ReplaceNAN(const double Value) const;
Replaces all NAN values with Value.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const 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].
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Value | const double | |
| 2 | Index | int | |
| 3 | Len | int |
Remarks:
An exception is raised if array borders are overrun.
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler