Variant(double)

Construct a Variant containing a double (n encoding).

Synopsis:

#include <qpps/variant.h>
 
Variant( double value );

Arguments:

value
The double-precision floating-point number to store.

Description:

Construct a Variant containing a double (n encoding).