Help Center

CDEC.DecFixmethod

Returns integer portion of a decimal data type.

Numeric Datatypesmethoddocumented

Syntax

FUNCTION DecFix () AS CDEC

Description

Returns integer portion of a decimal data type. If the value is negative, then the first negative integer greater than or equal to the value is returned.

Reference

  • Defined in AfxNova/CDEC.inc:217
  • Documented in Numeric Datatypes/CDEC Class.md
  • Topic: CDEC Class