You are here: Symbol Reference > MtxVec Namespace > Classes > TVec Class > public > TVec.PrimeNumbers Method
MtxVec VCL
ContentsIndex
Example
var a: TVec; begin CreateIt(a); try a.PrimeNumbers(10); // a = [2,3,5,7] finally FreeIt(a); end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.