You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clVector Structure
>
clVector Methods
>
Log2 Method
>
clVector.Log2 Method ()
Dew Math for .NET
clVector.Log2 Method ()
clVector Structure
clVector Members
Dew.Math Namespace
Log2 Method
Example
See Also
Collapse All
Log base 2.
Syntax
C#
Visual Basic
public
TOpenCLMtxVec
Log2
();
Public
Function
Log2
()
As
TOpenCLMtxVec
Remarks
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;
Group
Log2 Method
Links
clVector Structure
,
clVector Members
,
Dew.Math Namespace
,
Log2 Method
,
Example
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!