XLL+ Class Library

COper::FromBool

Assigns a boolean value and data type to the OPER

[C++]
const COper& FromBool(
   BOOL boolVal
);

Parameters

boolVal

Value to be applied to the COper.

Remarks

This function assigns the value of boolVal to the COper, and sets the type of the COper to be xltypeBool.

Requirements

Header: xllplus.h

See Also

COper Class | COper Methods