Overload List
| # | Signature | Description |
|---|---|---|
| 1 | _Ix_Values operator()(int i) const; | |
| 2 | Vector operator()() const; | |
| 3 | Vector operator()(const TRange2 &aRange) const; | |
| 4 | Vector operator()(const TRange3 &aRange) const; |
Overload 1: _Ix_Values operator()(int i) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | i | int |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 2: Vector operator()() const;
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 3: Vector operator()(const TRange2 &aRange) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRange | const TRange2 & |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler
Overload 4: Vector operator()(const TRange3 &aRange) const;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | aRange | const TRange3 & |
Declared in Dew::Math::Vector · Dew.Math/MtxExpr.h · Cross-compiler