Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTNumber.IsZero

Syntax

bool IsZero( )

Parameters

This method has no parameters.

Description

IsZero() indicates if a CTNumber value is zero.

Return

IsZero() returns true if the CTNumber value is zero, false otherwise.

See Also

Zero()

TOCIndex