You are here:
Symbol Reference >
clMtxExpr Namespace
>
Classes
>
clVector Record
>
public
>
Log2 Method
>
clVector.Log2 Method ()
MtxVec VCL
clVector.Log2 Method ()
clVector Record
|
clVector Members
|
clMtxExpr Namespace
|
Log2 Method
|
Example
|
See Also
Collapse All
Log base 2.
Pascal
function
Log2
:
TOpenCLMtxVec
;
overload
;
Description
Calculate the log base 2 for all calling object elements in-place.
See Also
Exp2
Example
var
A,B:
clVector
;
begin
A.CopyFromArray(TSingleArray.Create(1,2,3,4)); B.Log2(A);
end
;
Examples on GitHub
Group
Log2 Method
Links
clVector Record
,
clVector Members
,
clMtxExpr Namespace
,
Log2 Method
,
Example
,
See Also
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic?
Send feedback!