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