Skip to Content

Function IntegerOf

Functions are used in the formulas for calculating the rate and amount of the Salary Types, as well as in the calculated columns of the Settlements.

IntegerOf(number)

Type returned Number
Context Salary types, Settlements
Parameters Type Description
number Formula or Number Value to be evaluated
Description

The integer part of the number or the result of the formula (the decimal part is truncated).

Example

IntegerOf(SalaryPreviousAmount(6500.00))

returns 4258 if the number 6500.00 corresponds to the salary type “Net salary” and the net salary of the last pay slip is 4,258.60 CHF.

Function IntegerOf