Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTCurrency::AsBigint

Syntax

CTBigint AsBigint( ) const

Parameters

This method has no parameters.

Description

Convert a CTCurrency object to big integer.

Return

AsBigint() returns the converted value in big integer (64-bit) format.

See also

AsLong(), AsFloat()

TOCIndex