typ Integer: tablica będzie zawierać 2 wartości (odwrotne do transformacji typu 222)
Integer type: there are 2 values in the array (opposite to the transformation type 222)
typ Integer: w tablicy będzie 16 wartości (odwrotne do transformacji typu 222)
Integer type: there are 16 values in the array (opposite to the transformation type 222)
typ Integer: w tablicy będzie 1 wartość (odwrotne do transformacji typu 222)
Integer type: there is 1 value in the array (opposite to the transformation type 222)
vItemAttr1 (typ Integer) określa maksymalną liczbę wyświetlonych znaków (tzn. wpływa na szerokość EditBoxa).
vItemAttr1 (Integer type) specifies the maximum number of visible characters (i.e. it affects the width of the EditBox).
vItemAttr1 (typ Integer) określa maksymalną liczbę wyświetlonych znaków (czyli wpływa na szerokość EditBoxa).
vItemAttr1 (Integer type) defines the maximum number of visible characters (it affects the width of the EditBox).
vItemAttr1 (typ Integer) określa maksymalną liczbę wyświelonych znaków (tzn. określa szerokość ComboBoxu).
vItemAttr1 (Integer type) specifies the maximum number of visible characters (i.e. it specifies the width of the ComboBox).
vItemAttr1 (typ Integer) określa maksymalną liczbę wyświelonych znaków (czyli określa szerokość ComboBoxu).
vItemAttr1 (Integer type) defines the maximum number of visible characters (it affects the width of the ComboBox).
Umieścić nazwę jako dochód i typ Integer.
Wartość typu danych Boolean jest wprawdzie z logicznego punktu widzenia tylko dwuwartościowa (true/ false), lecz w rzeczywistości typ ten jest zapisany jako typ Integer i zakłada się, że false jest równe zeru oraz true jest nie-zero.
Value of the Boolean type can logicaly have just two states (true/ false), but it is actually stored as Integer data type and it is supposed that false is zero and true is non-zero.
Jeśli możliwe, funkcja zwróci typ integer.
If possible, this function will return an integer.
Również jeśli rezultat operacji będzie wykraczał poza typ integer, jako wynik zostanie zwrócony typ float.
Zaleca się, aby w polu klucza był prosty typ integer z tego powodu, że inny typ klucza nie ma sensu ponieważ jest on używany tylko do łączenia pól między faktem a tabelą wymiarów.
It is recommended that the key field be a simple integer because a key value is meaningless, used only for joining fields between the fact and dimension tables.
Do jawnej konwersji wartości na typ integer używa się operatora rzutowania (int) lub (integer).
To explicitly convert a value to integer, use either the (int) or the (integer) cast.