From professional translators, enterprises, web pages and freely available translation repositories.
intervallo: da 0 a maxint.\n
range: 0 to maxint.\n
Last Update: 2004-07-09
Usage Frequency: 2
Quality:
numero massimo di connessioni in cui maxint implica illimitato.
maximum number of connections where maxint implies unlimited.
Last Update: 2008-03-04
Usage Frequency: 2
Quality:
interactionconstraint con minint e maxint si applica solo quando allegato a interactionoperand in cui interactionoperator è un loop.
the interactionconstraint with minint and maxint only applies when attached to an interactionoperand where the interactionoperator is loop.
Last Update: 2007-08-09
Usage Frequency: 4
Quality:
macro speciali, che sono generalmente in maiuscolo, sono in grassetto (es. maxint).
special macros, which are usually in upper case, are in bold (e.g., maxint).
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
il valore del limite superiore viene indicato con maxint e dipende dal numero di bit usati dal vostro computer per rappresentare i numeri.
the size of this upper limit is known as maxint and depends on the number of bits used on your computer to represent a number. on most current computers and programming languages it's 32 bits so maxint is around 2 billion (however vbscript is limited to about +/-32000).
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
irja0181e "{0}" non è un loop, quindi non può avere operandi con protezioni minint o maxint.
irja0181e "{0}" is not a loop; it cannot have operands with minint or maxint guards.
Last Update: 2007-08-09
Usage Frequency: 4
Quality:
Warning: Contains invisible HTML formatting
ciò significa che esiste un valore massimo raggiungibile che è circa 2 * maxint, ovvero 4 miliardi su un computer a 32 bit, in quanto si può usare lo spazio che prima serviva a rappresentare il segno per rappresentare altri numeri positivi.
this means there is a bigger maximum number available of around 2 * maxint or 4 billion on a 32 bit computer since we can use the space previously used for representing negative numbers to represent more positive numbers.
Last Update: 2018-02-13
Usage Frequency: 1
Quality:
poiché gli interi sono limitati al valore di maxint, se si sommano due interi il cui totale sarebbe maggiore di maxint, il risultato risulta errato. in alcuni sistemi o linguaggi di programmazione il valore errato viene semplcemente riportato cosí com'é (di solito con qualche tipo di segnalazione nascosta che potete verificare nel caso in cui pensiate che si sia presentato il problema).
because integers are restricted in size to maxint adding two integers together where the total is greater than maxint causes the total to be wrong. on some systems/languages the wrong value is just returned as is (usually with some kind of secret flag raised that you can test if you think it might have been set).
Last Update: 2018-02-13
Usage Frequency: 1
Quality: