Using the CSV_Include Project > CSV_Include Reference > CSV_Include Functions > CSV_Math_Truncate

CSV_Math_Truncate

Truncates a real value down to an integer value.

Syntax

CSV_Math_Truncate(rValue)

Example

CSV_Math_Truncate(4.328) = 4
CSV_Math_Truncate(5.867) = 5

Return Value

Truncated value (as integer).