Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTBigint.IsZero

Syntax

bool IsZero( )

Parameters

This method has no parameters.

Description

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

Return

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

See Also

Zero()

TOCIndex