XLL+ Class Library

COper::IsDouble

Does the OPER contain a double-precision floating point number?

[C++]
BOOL IsDouble() const;

Return value

Returns TRUE if the COper contains a single floating point value, FALSE otherwise.

Examples

COper::IsDouble() Example | MyDaysInFeb Example | MySum Example

Requirements

Header: xllplus.h

See Also

COper Class | COper Methods | COper::IsArray() | COper::IsError() | COper::IsBool() | COper::IsString() | COper::IsEmpty() | COper::IsMissing() | COper::IsPresent()