clValue.Ln Method

TOpenCLValue Ln(TOpenCLValue X)

Natural logarithm.

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Calculate the natural log of X.

Examples
clValue a;
clValue b;
b.Copy(8);
a.Ln(b);
See Also: clValue.Exp