Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBigint::SetBigint

Syntax

void SetBigint(LONG value)

void SetBigint(CTFLOAT value)

void SetBigint(const CTMoney& value)

void SetBigint(const CTString& value)

void SetBigint(const CTBigint& value)

Parameters

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

Description

Initializes the CTBigint object.

Return

None.

See also

Zero()

TOCIndex