CDEC.DecIntmethod
Returns integer portion of a decimal data type.
Syntax
FUNCTION DecInt () AS CDEC
Description
Returns integer portion of a decimal data type. If the value is negative, then the first negative integer less than or equal to the value is returned.
Reference
- Defined in AfxNova/CDEC.inc:229
- Documented in Numeric Datatypes/CDEC Class.md
- Topic: CDEC Class