virtual void PrintSampleArray(const DewArray<double> &val, const DewString &aName);
Convert an array of double values to text.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | val | const DewArray<double> & | |
| 2 | aName | const DewString & |
Remarks:
Adds them to stream. Names parameter can hold the name of the array variable.
Declared in Dew::Math::TMtxVecReport · Dew.Math/MtxVec.h · Cross-compiler