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