Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TMtxVec *Sgn() const; | |
| 2 | TMtxVec *Sgn(int Index, int Len) const; | |
| 3 | TMtxVec *Sgn(TMtxVec *Src) const; | |
| 4 | TMtxVec *Sgn(TMtxVec *Src, int SrcIndex, int Index, int Len) const; |
Overload 1: TMtxVec *Sgn() const;
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: TMtxVec *Sgn(int Index, int Len) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Index | int | |
| 2 | Len | int |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 3: TMtxVec *Sgn(TMtxVec *Src) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec * |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler
Overload 4: TMtxVec *Sgn(TMtxVec *Src, int SrcIndex, int Index, int Len) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVec * | |
| 2 | SrcIndex | int | |
| 3 | Index | int | |
| 4 | Len | int |
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler