Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBigint.SetBigint

Syntax

void SetBigint(int value)

void SetBigint(double value)

void SetBigint(CTMoney value)

void SetBigint(String value)

void SetBigint(CTBigint value)

Parameters

  • value [in] The int, double, CTBigint, CTMoney, or String value or object to be converted and assigned to the new CTBigint object

Description

Initializes the CTBigint object.

Return

None.

See Also

Zero()

TOCIndex