Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTBigint::IsZero

Syntax

CTBOOL IsZero( ) const

Parameters

This method has no parameters.

Description

IsZero() indicates if a big integer value is zero.

Return

IsZero() returns YES if the big integer value is zero, NO otherwise.

See also

Zero()

TOCIndex