You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clVector Structure > clVector Methods > Log2 Method > clVector.Log2 Method ()
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clVector.Log2 Method ()

Log base 2.

Syntax
C#
Visual Basic
public TOpenCLMtxVec Log2();

Calculate the log base 2 for all calling object elements in-place.

var A,B: clVector; begin A.CopyFromArray(TSingleArray.Create(1,2,3,4)); B.Log2(A); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!