You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
clValue Structure
>
clValue Methods
>
clValue.LogN Method
Dew Math for .NET
clValue.LogN Method
clValue Structure
clValue Members
Dew.Math Namespace
clValue Methods
Example
See Also
Collapse All
Log base N.
Syntax
C#
Visual Basic
public
TOpenCLValue
LogN
(
double
N
,
TOpenCLValue
X
);
Public
Function
LogN
(
N
,
X
As
TOpenCLValue
)
As
TOpenCLValue
Returns
Computes Log with base N.
See Also
Power
Example
var a,b:
clValue
; begin b.Copy(2.3); a.LogN(4, b);
// // a = LogN(4, 2.3)
end;
Group
clValue Methods
Links
clValue Structure
,
clValue Members
,
Dew.Math Namespace
,
clValue Methods
,
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!