Function EN Version 1.90

@Integer

Float List Mathematics NUMBER

Syntax

@Integer(FN1);
@Integer(FNLIST1);

Description

Truncates the decimal places of FN/FNLIST FN1/FNLIST1 ab und gibt die ganzzahligen Werte.

Example: @Integer(FN1);

FN1:=123456.001;
@Integer(FN1);

returns 1233456

Example: @Integer(FNLIST1);

FNLIST1:=123456.001:456789.999;
@Integer(FNLIST1);

returns 1234567:456789

Note : This text was machine-translated and may contain inaccuracies.