Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBigint::CTBigint

Syntax

CTBigint ( )

CTBigint(LONG value)

CTBigint(CTFLOAT value)

CTBigint(CTBIGINT value)

CTBigint(const CTMoney& value)

CTBigint(const CTString& value)

CTBigint(const CTBigint& value)

Parameters

  • value: [in] the value to be initially assigned to the new big integer object.

Description

This is the constructor for the CTBigint object.

See also

~CTBigint()

TOCIndex