Flowgorithm: how to check if the entered value is integer?

813 views Asked by At

In Flowgorithm, is there a method that allows me to check if the entered number is integer or not?

2

There are 2 answers

0
taylor.2317 On

I don't know if this answers your question, but the Flowgorithm help page says that real numbers (integers) are shown in purple.

0
Roberta Montefusco On

If n == Int(n) then n is an integer number.