Converting floating number to decimal number

i want to convert floating number to decimal nimber after calculation i multiply the final figure to decimal number 1 but it did not work.

Do you mean integer? What output do you expect?

image

Maybe you are looking for the FORMAT AS DECIMAL block?

yes I mean integer

@Opk
Here you go: Real to Integer ... no rounding, floor or ceiling .. just cut off the decimal places
Real2Integer

Result: 145

Floor:Real will do same thing

Real2Integer2

1 Like


C = 146
F = 145
R = 146

thank you all for your help