Implementazione di INT ()
Da ArcoWiki.
Versione del 7 giu 2018 alle 09:28 di Slia (Discussione | contributi) (Creata pagina con "Implementation of the is a standard DMIS 5.2 command which return the integer part of a number truncating the value. The command is: $$Begin Example… DECL/DOUBLE,dec...")
Implementation of the is a standard DMIS 5.2 command which return the integer part of a number truncating the value. The command is:
$$Begin Example… DECL/DOUBLE,decimal_number DECL/INTGR,integer_number decimal_number= ASSIGN/1.123456 integer_number=ASSIGN/INT(decimal_number) decimal_number= ASSIGN/1.654321 integer_number=ASSIGN/INT(decimal_number) $$ Also Return "1"