Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTField.SetScale

Syntax

void SetScale(int scale)

Parameters

  • scale [in] The new field scale value.

Description

Sets the field scale (the number of digits to the right of the decimal point).

Return

None.

See Also

GetScale()

TOCIndex