Wartość rejestru D pod adresem 32 (jest zapisywana do typu Integer)
Na przykład wartość dla tablicy typu Integer jest obliczona jako 2 + 8192 czyli 8194.
For example, the value returned for an array of the Integer type is calculated as 2 + 8192, or 8194.
Istnieje jeszcze oczywisty "workaround": nawet jeśli chcemy wczytać wartość 0-255, która spokojnie zmieściłaby się w naszej jednobajtowej zmiennej unsigned char, to powinniśmy użyć do tego celu jednak zmiennej typu integer (a nie typu char).
There are still obvious "workaround": even if we want to load the value from range 0-255, that would hold in our 1-byte unsigned char variable, then we should use for this purpose a variable of type integer (and not of type char).
Gdzie wskaźnik jest typu Integer i jest zerowy wskaźnik oparty na rękojeści.
Where index is of type Integer and is a zero-based index of the handle.
Wartość jest typu Integer.
Wartość jest typu Integer.
Jeżeli jest typu Integer, wtedy index>=0 oznacza indeks wybranej kolumny (indeksowane od 0), index=-2 oznacza ostatnią kolumnę.
If it is of the Integer type, then index>=0 means the index of the selected column (zero-based index), index=-2 means the last column.
Array: 4 wartości typu Integer (odwrotne do transformacji typu 202)
array (Array) with 4 values of the Integer type (opposite to the transformation type 202)
Array: 2 hodnot typu Integer (odwrotne do transformacji typu 202)
array (Array) with 2 values of the Integer type (opposite to the transformation type 202)
W tym przypadku funkcja Max została wytworzona w taki sposób, że przejmuje strukturę trzech liczb typu Integer, co oznacza 3*4 Byte.
In this case the Max function is created so that it takes the structure of three numbers of the Integer type, which means 3*4 bytes.
Wartość (Value) typu Integer (zakres od -32536 do +32535) i przedstawia wartość o ustalonej podziałce (np. napięcie 10.3 kV zostanie przeniesione jako 103).
The value is of Integer type (the full range can be used from -32536 to +32535) and represents a value with firm scale (e.g. the voltage of 10.3kV will be transferred as 103)
Wartość (Value) typu Integer (zakres od -32536 do +32535) i przedstawia wartość o ustalonej podziałce (np. napięcie 10.3 kV zostanie przeniesione jako 103).
Value is of the Integer type (range from -32536 to +32535) and represents a value with firm scale (e.g. the voltage of 10.3kV will be transferred as 103)
Właściwość zwraca wartość typu Integer zamiast Boolean, ponieważ w praktyce okazuje się to w tym przypadku bardziej praktyczne.
The property returns the value of the Integer type instead of Boolean one because the experience shows it more practical in this case.