Vertaling van "to null" in Pools
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.
He set the variable to null to indicate it holds no value.
Ustawił zmienną na null, aby wskazać, że nie przechowuje ona żadnej wartości.
After this declaration, all references are set to null.
Po takiej deklaracji wszystkie referencje ustawione są na null.
If there are more parameters than fields, the extra parameters are set to null, or alternatively, if there are more fields than parameters, the last parameter is assigned the remaining fields (inclusive of any separating spaces).
Jeśli mamy więcej parametrów niż pól, wówczas dodatkowe parametry zostają ustawione na zero, a natomiast jeśli jest więcej pól niż paramterów to ostatni parametr otrzymuje jako wartość wszystkie dodatkowe pola (wraz ze wszelkimi rozdzielającymi przerwami).
The reference pointer was just remapped to null.
Here are the test results for situation when array is set to null
Oto rezultaty testu dla przypadku gdy referencja do tablicy jest ustawiona na null
Here's what happens when tree root is set to null
Oto co stanie się gdy root ustawimy na null
In order to use the full advantages of static typing, the variable type should be cast explicitly (in the case of incompatible types, the variable will point to null)
Aby użyć w pełni zalet statycznego typowania należy rzutować typ zmiennej jawnie (w przypadku niezgodnych typów zmienna będzie wskazywała na null)
When root reference was set to null all nodes below it became useless as defined by mark and sweep algorithm... Notice that this time LOH is not utilized as no single object instance is over 85 KB threshold.
Gdy referencja do root została ustawiona na null wszystkie elementy drzewa znajdujące się pod nią stały się zbędne zgodnie z regułami algorytmu mark and sweep... Zauważ, że tym razem LOH nie jest używana ponieważ żaden z obiektów nie przekracza progu 85 KB.
Use wrapper classes for primitive data types, and use the ResultSet object's wasNull() method to test whether the wrapper class variable that received the value returned by the getXXX() method should be set to null.
Użyj klasy otoki dla prymitywnych typów danych i użyj metody obiektu wynikowego za wasNull (), aby sprawdzić, czy zmienna klasy otoki, które otrzymały wartość zwracaną przez metodę getXXX () powinna być ustawiona na null.
Below are the results for GC.Collect run when reference to the array was not set to null
Poniżej znajdują się rezultaty wywołania GC.Collect dla przypadku gdy referencja do tablicy nie zostaje ustawiona na null
When the content of SSID is arbitrary, the SSID field will also be set to null.
Jeśli zawartość SSID jest dowolna, pole SSID zostanie również ustawione na null.
Most of the time, it will be set to NULL.
Przez większość czasu, to zostanie ustawiona na NULL.
If a variable is not initialized then it defaults to NULL value.
Jeśli zmienna nie jest zainicjowana jej wartość jest automatycznie ustawiana na NULL.