Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.EstimateSpan

SYNTAX

long EstimateSpan(Byte[] Key1, Byte[] Key2)

PARAMETERS

  • key1 [IN] First key value. BuildTargetKey() may be used to build the key value.
  • key2 [IN] Second key value. BuildTargetKey() may be used to build the key value

DESCRIPTION

Estimate the approximate number of records between two key values.

RETURN

Return the estimated number of records between two key values.

SEE ALSO

AtPercentile(), GetRecordPos()

TOCIndex