Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBigint.CTBigint

Syntax

CTBigint( )

CTBigint(long value)

CTBigint(double value)

CTBigint(int value)

CTBigint(CTMoney value)

CTBigint(String value)

CTBigint(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