Vertaling van "32-bit ints" in Duits
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
In practice, integer values are treated as 32-bit ints (and are stored that way in some browser implementations), which can be important for bit-wise operations.
In der Praxis werden Integer-Werte wie 32-Bit-Integer behandelt (und werden bei einigen Browser-Implementierungen auch als solche gespeichert), was bei bitweisen Operationen von Bedeutung sein kann.
In practice, integer values are treated as 32-bit ints, and some implementations even store it that way until they are asked to perform an instruction that's valid on a Number but not on a 32-bit integer.
In der Praxis werden Integer-Werte wie 32-Bit-Integer behandelt (und werden bei einigen Browser-Implementierungen auch als solche gespeichert), was bei bitweisen Operationen von Bedeutung sein kann.
Andere resultaten
Furthermore, an int can hold negative numbers, so the range of a 32 bit int goes from -2147483647 to +2147400000, meaning if you use the type int but use only positive numbers, the max value is 2147483647.
Obendrein kann ein int auch negative Zahlen enthalten, darum geht der Bereich eines 32 Bit int von -2147483647 bis +2147400000, oder anders gesagt, benutzt du ein int und verwendest nur positive Zahlen, ist der Maximalwert 2147483647.
We assume a machine with M=32 bits per int here.
Wir gehen hier von einer Maschine mit M=32 Bits pro int aus.
For compatibility reasons in 64 bit operating systems an int remains a 32 bit value.
Aus Kompatibilitätsgründen ist in 64 bit Betriebssystemen ein int immer noch 32 bit Wert.
Unsigned int system variables with 32 Bit and 64 Bit length can now be used also within the Test Table Editor.
Im Testtabelleneditor können nun unsigned int Systemvariablen mit 32 Bit und 64 Bit Länge genutzt werden.
string, int (32-bit integer), long (64-bit integer), bool (Boolean), byte,
Datenelemente wie "string", "int" (32-Bit-Ganzzahl), "long" (64-Bit-Ganzzahl), "bool" (Boolesch), "byte" und weitere
A bool remained a single bit, an "int" now was a 16 bit value, a "short int" was invented as the new term for "byte" and a "double" or "long" nowment a 32 bit value.
Ein bool blieb ein einzelnes bit, ein "int" war nun ein 16 bit Wert, ein "short int" wurde eingeführt als neuer Begriff für "byte" und ein "double" oder "long" war nun ein 32 bit Wert.
Windows PowerShell supports data elements, such as string, int (32-bit integer), long (64-bit integer), bool (boolean), byte, and other.NET object types.
Windows PowerShell unterstützt Datenelemente wie string, int (32-Bit-Ganzzahl), long (64-Bit-Ganzzahl), bool (Boolesch), byte und weitere.NET-Objekttypen.
In addition, there are Integer.bitCount(int) and Long.bitCount(long) functions to count bits in primitive 32-bit and 64-bit integers, respectively.
Darüber hinaus gibt es die Funktionen Integer.bitCount(int) und Long.bitCount(long), um Bits in primitiven 32-Bit und 64-Bit-Integern zu zählen.
Windows PowerShell supports data elements, such as string, int (32-bit integer), long (64-bit integer), bool (Boolean), byte, and other Microsoft.NET Framework object types.
Windows PowerShell unterstützt Datenelemente wie "string", "int" (32-Bit-Ganzzahl), "long" (64-Bit-Ganzzahl), "bool" (Boolesch), "byte" und weitere Microsoft.NET Framework-Objekttypen.
Now you might think, under a 64 bit OS, such as Windows7 x64, an int should reserve 64 bit of memory, but that's not true, for compatibility reasons an int still reserves even under a 64 bit OS only 32 bit of memory.
Jetzt könnte man glauben, unter einem 64 Bit OS, wie z.B. Windows7 x64, sollte ein int 64 Bit Speicher reservieren, aber dem ist nicht so, aus Kompatibilitätsgründen wird auch unter einem 64 Bit OS für ein int nur 32 Bit Speicher reserviert.