The const declaration creates a read-only reference to a value.
Die const Deklaration erstellt eine nur lesbare Referenz zu einem Wert.
Data objects, in particular intermediate results, should be declared const.
Datenobjekte, insbesondere Zwischenergebnisse sind möglichst mit const zu deklarieren.
const is a constant numeric expression or a constant string expression.
Konstante ist ein konstanter numerischer Ausdruck oder ein konstanter Zeichenfolgenausdruck.
If const is TRUE or omitted, b is calculated normally.
Wenn Konstante TRUE oder nicht angegeben ist, wird B normal berechnet.
You can create a read-only, named constant with the const keyword.
Man kann eine nur lesende, benamte Konstante mit dem Schlüsselwort const erstellen.
Constants must be defined as class members with the "const" modifier.
Konstanten müssen als Klassenkonstanten definiert werden mit dem "const" Modifikator.
Any declaration can be preceded by var, const, or out.
Jeder Deklaration kann var, const oder out vorausgehen.
Default parameters must be passed by value or as const.
Standardparameter müssen als Wert oder als const übergeben werden.
Other than the system and const types, this is the best possible join type.
Anders als die Typen system und const ist dies der beste Join-Typ.
There are several script compiler fixes associated with passing const arrays into functions.
Es gibt einige Fehlerkorrekturen beim Skriptcompiler im Zusammenhang mit der Übergabe von const Arrays in Funktionen.
The most important of them is const.
Das wichtigste von ihnen ist const.
All methods are declared as const.
Alle Methoden werden als const. deklariert.
See the let and const reference pages for more information.
Siehe dazu auch die Referenzseiten let und const an.