clValue.Exp Method

TOpenCLValue Exp(TOpenCLValue X)

Exponent (e^).

#NameTypeDescription
1XTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Calculate the exponent e^X.

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