clValue.Erf Method

TOpenCLValue Erf(TOpenCLValue Src)

Error function of value.

#NameTypeDescription
1SrcTOpenCLValuesource TOpenCLValue

Returns: TOpenCLValue

Remarks:

Calculates the error function for object value.

Examples
clValue a;
clValue b;
b.Copy(2.3);
a.Erf(b);  // a = Erf(2.3)
See Also: Math387.ErfInv, clValue.Erfc