LCNumeric Class Properties Summary

The following table lists the LCNumeric class properties.

Property

Description

LCNumeric.Precision

Long [Read-Only]. Precision and Scale are set when the LCNumeric object is first constructed. See the New method for LCNumeric.

LCNumeric.Scale

Long [Read-Only]. Precision and Scale are set when the LCNumeric object is first constructed. See the New method for LCNumeric.

LCNumeric.Text

String representation.

LCNumeric.Value

Double. Value conversion between Connectors and LotusScript® double. Since an LCNumeric may contain a number of significantly higher precision than a Double, the values will not necessarily be identical.