Utilities

Overview

diagnostic and utility functions.

Function List

qlAddinVersion ()
qlFunctionCount ()
qlVersion ()
qlxlVersion ()

Function Documentation

qlAddinVersion

string returnValue
qlAddinVersion(
any Trigger)
Description:

returns the version number of QuantLibAddin (a.k.a QuantLibObject).

Supported Platforms:

Excel, Calc, C++

Parameters
Triggerdependency tracking trigger

qlFunctionCount

long returnValue
qlFunctionCount(
any Trigger)
Description:

returns the number of functions in this Addin.

Supported Platforms:

Excel

Parameters
Triggerdependency tracking trigger

qlVersion

string returnValue
qlVersion(
any Trigger)
Description:

returns the version number of QuantLib.

Supported Platforms:

Excel, Calc, C++

Parameters
Triggerdependency tracking trigger

qlxlVersion

string returnValue
qlxlVersion(
bool Verbose
any Trigger)
Description:

returns the version number of QuantLibXL.

Supported Platforms:

Excel

Parameters
VerboseTRUE to get the verbose version string. Default value = false.
Triggerdependency tracking trigger