XLL+ Class Library

COper::FromDouble

Assigns an floating-point numeric value and data type to the OPER

[C++]
const COper& FromDouble(
   double d
);

Parameters

d

Value to be applied to the COper.

Remarks

This function assigns the value of d to the COper, and sets the type of the COper to be xltypeNum.

Requirements

Header: xllplus.h

See Also

COper Class | COper Methods