You are here: Symbol Reference > clMtxVec Namespace > Classes > TOpenCLMtxVec Class > public > Add Method > TOpenCLMtxVec.Add Method (TOpenCLMtxVec, TOpenCLMtxVec)
MtxVec VCL
ContentsIndex
PreviousUpNext
TOpenCLMtxVec.Add Method (TOpenCLMtxVec, TOpenCLMtxVec)

Add each of Vec2 elements to corresponding elements in Vec1.

Pascal
function Add(const Src1: TOpenCLMtxVec; const Src2: TOpenCLMtxVec): TOpenCLMtxVec; overload;

The results are stored in the calling object. Size and TOpenCLBase.ComplexComplexproperties of the calling object are set implicitly to match Vec1 and Vec2 vectors.

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