Matrix::Sgn Method

Overload List

#SignatureDescription
1TMtxVec *Sgn() const;
2TMtxVec *Sgn(int Index, int Len) const;
3TMtxVec *Sgn(TMtxVec *Src) const;
4TMtxVec *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;

#NameTypeDescription
1Indexint
2Lenint
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler

Overload 3: TMtxVec *Sgn(TMtxVec *Src) const;

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

Overload 4: TMtxVec *Sgn(TMtxVec *Src, int SrcIndex, int Index, int Len) const;

#NameTypeDescription
1SrcTMtxVec *
2SrcIndexint
3Indexint
4Lenint
Declared in Dew::Math::Matrix · Dew.Math/MtxExpr.h · Cross-compiler