You are here: Symbol Reference > clMtxExpr Namespace > Classes > clVector Record > public > SetVal Method > clVector.SetVal Method (double)
MtxVec VCL
ContentsIndex
Example
var a: clVector; begin a.Size(4,False); a.SetVal(1); // a = [1,1,1,1] end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.