Vertaling van "na null" in Engels
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.
Ustawił zmienną na null, aby wskazać, że nie przechowuje ona żadnej wartości.
He set the variable to null to indicate it holds no value.
Po takiej deklaracji wszystkie referencje ustawione są na null.
After this declaration, all references are set to null.
Oto rezultaty testu dla przypadku gdy referencja do tablicy jest ustawiona na null
Here are the test results for situation when array is set to null
Oto co stanie się gdy root ustawimy na null
Here's what happens when tree root is set 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)
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)
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.
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.
Poniżej znajdują się rezultaty wywołania GC.Collect dla przypadku gdy referencja do tablicy nie zostaje ustawiona na null
Below are the results for GC.Collect run when reference to the array was not set to null
Jeśli zawartość SSID jest dowolna, pole SSID zostanie również ustawione na null.
When the content of SSID is arbitrary, the SSID field will also be set to null.
Przez większość czasu, to zostanie ustawiona na NULL.
Most of the time, it will be set to NULL.
Jeśli zmienna nie jest zainicjowana jej wartość jest automatycznie ustawiana na NULL.
If a variable is not initialized then it defaults to NULL value.
Czasem zachodzi potrzeba wyciagniecia wartości z bazy danych, ale równocześnie potrzeba jakiejś wartości domyślnej, gdy wartość dla rekordu jest ustawiona na NULL.
There are times when you need to pull a value from database but also need a default values if the value for a record is set to NULL.
W sieciach bez emisji wartość ramki sygnału dla identyfikatora SSID jest ustawiona na NULL.
In non-broadcasting networks, the Beacon frame value for SSID is set to NULL.
W bloku deklaracji, jak sama nazwa wskazuje, deklaruje się i (opcjonalnie) inicjuje zmienne. Jeśli zmienna nie jest zainicjowana jej wartość jest automatycznie ustawiana na NULL.
The DECLARE section defines and (optionally) initialises variables. If not initialised specifically, they default to NULL. For example