Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTCurrency::CTCurrency

Syntax

CTCurrency ( )

CTCurrency (LONG value)

CTCurrency (CTFLOAT value)

CTCurrency (CTCURRENCY value)

CTCurrency(const CTMoney& value)

CTCurrency(const CTString& value)

CTCurrency(const CTBigint& value)

CTCurrency(const CTCurrency& value)

Parameters

  • value: [in] The LONG, double, CTCurrency, CTMoney, CTString, CTBigint or CTCurrency value or object to be converted and assigned to the new CTCurrency object

Description

This is the constructor for the CTCurrency object.

See also

~CTCurrency()

TOCIndex