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