You are here: Symbol Reference > MtxVecInt Namespace > Classes > TVecInt Class > public > TVecInt.Size Method
MtxVec VCL
ContentsIndex
PreviousUpNext
TVecInt.Size Method

Size the object. 

Sets the size and storage precision of the calling object.

Pascal
function Size(aLength: integer; aPrecision: TIntPrecision = prInt32): TVecInt; overload;

(* 

Assigns the size and precision of the Src object to the calling object. *) function Size(const Src: TVecInt): TVecInt {$IFDEF AUTOREFCOUNT} Unsafe {$ENDIF} ; overload;

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!