Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTField.SetPrecision

Syntax

void SetPrecision(int precision)

Parameters

  • precision [in] The new field precision.

Description

Sets the field precision (maximum number of digits).

Return

None.

See Also

GetPrecision()

TOCIndex