You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMtxVec Class > public > Mul Method > TOpenCLMtxVec.Mul Method (double)
MtxVec VCL
ContentsIndex
Example
var v: TOpenCLVector; begin CreateIt(v); try v.CopyFromArray(TSingleArray.Create(2,3,5)); // v = [2,3,5] v.Mul(3); // v = [6,9,15] finally FreeIt(v) end; end;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.