Use TimeGe() to get the number of seconds, during the interval from StartTime to EndTime, that the value of the expressions are greater than or equal to each other.
Read more
Use TimeEq() to get the number of seconds, during the interval from StartTime to EndTime, that the value of the expressions are equal.
Read more
Use Floor() to get the largest integer that is less than or equal to a particular number.
Read more
Use Ceil() to get the smallest integer that is greater than or equal to a particular number.
Read more
Use ShiftNumber() to get the number of the shift in effect at a certain time.
Read more
Use ShiftEnd() to get the time of the end of the shift.
Read more
Use Round(0 to get the rounded value of a number.
Read more
Use Rand() or Random() to get a random number.
Read more
Use ShiftStart() to get the time of the start of the shift .
Read more
IFS OI Server provides the following functions for performing several common mathematical calculations: Cos, Sin, Tan, ArcCos, ArcSin, ArcTan, Log, Log10, Abs, Exp, Sqrt, Fix
Read more