Int Function

Itergaa lakkofsa deebisi.

caasimaa:

Int (Number)

Gatii deebii:

Dachaa

Ulaagaalee:

lakkoofsa: Himannoo lakkoofsa sirrii kamuu.

Error codes:

5 Ejjatoo fashalaan waamu

Fakkeenya:

Sub ExampleInt

    Print Int(3.99) REM returns the value 3.0

    Print Int(0) REM returns the value 0.0

    Print Int(-3.14159) REM returns the value -4.0

End Sub