Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTNumber::IsZero

Syntax

CTBOOL IsZero( ) const

Parameters

This method has no parameters.

Description

IsZero() indicates if a CTNumber value is zero.

Return

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

See also

Zero()

TOCIndex