Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TVecInt *Size(int ALength, TIntPrecision aPrecision = TIntPrecision::prInt32); | Sets the size and storage precision of the calling object. |
| 2 | TMtxVecInt *Size(TMtxVecBase *Src, TIntPrecision aPrecision); | |
| 3 | TMtxVecInt *Size(TMtxVecBase *Src); |
Overload 1: TVecInt *Size(int ALength, TIntPrecision aPrecision = TIntPrecision::prInt32);
Sets the size and storage precision of the calling object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ALength | int | |
| 2 | aPrecision = TIntPrecision::prInt32 | TIntPrecision |
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler
Overload 2: TMtxVecInt *Size(TMtxVecBase *Src, TIntPrecision aPrecision);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVecBase * | |
| 2 | aPrecision | TIntPrecision |
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler
Overload 3: TMtxVecInt *Size(TMtxVecBase *Src);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxVecBase * |
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler