Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetRecordPosAtPercentile

Declaration

long GetRecordPosAtPercentile(int Offset)

Parameters:

  • Offset - percent Value

Description

Retrieve the current record offset position.

Returns the record offset at a given percentile.

Return Values

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful operation.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

TOCIndex