TVecSmallInt::Size Method

Overload List

#SignatureDescription
1TVecInt *Size(int ALength, TIntPrecision aPrecision = TIntPrecision::prInt32);Sets the size and storage precision of the calling object.
2TMtxVecInt *Size(TMtxVecBase *Src, TIntPrecision aPrecision);
3TMtxVecInt *Size(TMtxVecBase *Src);

Overload 1: TVecInt *Size(int ALength, TIntPrecision aPrecision = TIntPrecision::prInt32);

Sets the size and storage precision of the calling object.

#NameTypeDescription
1ALengthint
2aPrecision = TIntPrecision::prInt32TIntPrecision
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 2: TMtxVecInt *Size(TMtxVecBase *Src, TIntPrecision aPrecision);

#NameTypeDescription
1SrcTMtxVecBase *
2aPrecisionTIntPrecision
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler

Overload 3: TMtxVecInt *Size(TMtxVecBase *Src);

#NameTypeDescription
1SrcTMtxVecBase *
Declared in Dew::Math::TVecInt · Dew.Math/MtxVecInt.h · Cross-compiler