What is the translation of " DEFINE A FUNCTION " in German?

[di'fain ə 'fʌŋkʃn]
[di'fain ə 'fʌŋkʃn]
bestimmen sie eine Funktion
define a function
definieren sie eine Funktion
define a function

Examples of using Define a function in English and their translations into German

{-}
  • Colloquial category close
  • Official category close
  • Ecclesiastic category close
  • Medicine category close
  • Financial category close
  • Ecclesiastic category close
  • Political category close
  • Computer category close
  • Programming category close
  • Official/political category close
  • Political category close
You could also define a function visually.
Man kann eine Funktion auch visuell definieren.
Define a function of two arguments named x and y.
Definieren Sie eine Funktion mit zwei Argumenten namens x und y.
The first line is the way to define a function in Scheme.
Die erste Zeile definiert eine Funktion in Scheme.
Define a function to convert price to frequency.
Bestimmen Sie eine Funktion, um die Kurse in Frequenzen zu konvertieren.
Narrator Now let's define a function for solving problems.
Nun definieren wir eine Funktion um Probleme zu lösen.
Define a function that generates the reversal permutation of degree.
Definieren Sie eine Funktion, die die inverse Permutation vom Grad generiert.
To start we will create a module and define a function we would like to run.
Für den Start schreiben wir ein Modul und definieren eine Funktion, die wir gerne laufen lassen würden.
Define a function in Lambda that will be available from the CloudWatch console.
Definieren Sie eine Funktion in Lambda, die von der CloudWatch-Konsole aus verfügbar sein wird.
The following work-around can be used: define a function that locally changes the accidental style to forget.
Die folgende Notlösung kann benutzt werden: Man definiert eine Funktion, die den Versetzungszeichenstil kurzzeitig auf forget umschaltet.
Define a function that does the sampling of the Poisson point process with three arguments.
Bestimmen Sie eine Funktion zur Stichprobennahme des Poisson-Punktprozesses mit drei Argumenten.
Because every function has a type, it's possible to define a function that accepts another function as a parameter.
Da jede Funktion einen Typ hat, ist es möglich, eine Funktion zu definieren, die eine andere Funktion als Parameter akzeptiert.
Define a function that computes temperature history for Rio de Janeiro the past week.
Bestimmen Sie eine Funktion, die den Temperaturverlauf der letzten Woche f ü r Rio de Janeiro berechnet.
Javascript-based event listeners normally function in such a way that they define a function or a behavior pattern, which determines what is supposed to happen with the element in question(e.g., a button) when a specific trigger occurs.
Event-Listener auf Javascript-Basis funktionieren normalerweise so, dass diese eine Funktion bzw. ein Verhaltensmuster definieren, welches bestimmt, was bei einem bestimmten Auslöser(z.B. ein Klick) mit dem betreffenden Element(z.B. ein Button) geschehen soll.
Define a function to verify humidity levels below a certain level.
Definieren Sie eine Funktion zur Bestimmung der Feuchtigkeitsniveaus unter einem bestimmten Schwellenwert.
ArrayLen(Arguments) When you define a function using CFScript, the function must use the Arguments scope to retrieve the optional arguments.
ArrayLen(Arguments) Wenn Sie mithilfe von CFScript eine Funktion definieren, muss die Funktion den Gültigkeitsbereich Arguments zum Abrufen der optionalen Argumente verwenden.
Define a function that finds the city closest to the current location of the International Space Station.
Bestimmen Sie eine Funktion, die die Stadt findet, die am n ä chsten zur aktuellen Position der International Space Station gelegen ist.
So I will show you-- I showed you that 1, you could define a function as just kind of a standard algebraic expression, you could also do it a kind of if number is odd, this is what you do, if a number is this, is what you do.
So, ich werde euch zeigen- ich hab euch gezeigt, dass erstens, man eine Funktion definieren kann als einen standard algebraischen Ausdruck, außerdem kann man es so machen wie Wenn eine Nummer ungerade ist, macht man das, wenn eine Nummer so ist, macht man dies.
Define a function to plot the direction to the geomagnetic north pole(in red) and local compass reading in blue.
Bestimmen Sie eine Funktion, um die Richtung des geomagnetischen Nordpols(in rot) und des lokalen Nordens laut Kompass(in blau) zu veranschaulichen.
Define a function computing the performance of a classifier as a function of its(hyper) parameters.
Definieren Sie eine Funktion, die die Performance eines Klassifikators als eine Funktion ihrer (Hyper-)Parameter berechnet.
Define a function that does the sampling of the Poisson point process with three arguments: region, intensity, and number of realizations.
Bestimmen Sie eine Funktion zur Stichprobennahme des Poisson-Punktprozesses mit drei Argumenten: Region, Intensit ä t und Anzahl der Realisierungen.
Define a function that will get the positions of the longest continuous DNA sequence common to each pair, together with the sequence itself.
Bestimmen Sie eine Funktion, die die Positionen der l ä ngsten gemeinsamen zusammenh ä ngenden DNA-Sequenz jedes Paares, sowie die Sequenz selbst ermittelt.
When we define a function inside a global function, we refer to that function as a nested function..
Wenn wir eine Funktion innerhalb einer globalen Funktion definieren, beziehen wir uns auf diese Funktion als verschachtelte Funktion..
If you define a function like in the example above, you can not call thefunction without passing an argument into the function..
Wenn Du wie im obigen Beispiel eine Funktion definieren willst, kannst Du die Funktion nicht aufrufen, ohne ein Argument an die Funktion zu übergeben.
When you define a function using the cffunction tag, you generally refer to the arguments directly by name if all arguments are named in the cfargument tags.
Bei der Definition einer Funktion mit dem cffunction -Tag wird in der Regel direkt nach Name auf die Argumente verwiesen, wenn alle Argumente in den cfargument -Tags benannt sind.
The specification defines a function called getUserMedia, which does precisely that.
Die Spezifikation definiert eine Funktion namens getUserMedia, was macht genau das….
This notation defines a function which, when given the string"x" as argument, returns the integer 5, and fails with an exception otherwise.
Diese Schreibweise definiert eine Funktion, welche bei dem String"x" als Argument die Ganzzahl 5 zurÃ1⁄4ckgibt, und in anderen Fällen mit einer Ausnahme fehlschlägt.
The code block defines a function that we will call to create the request when the page has loaded.
Der Codeblock definiert eine Funktion, die nach dem Laden der Seite aufgerufen wird, um die Anforderung zu erstellen.
We have defined a function that will build the plugin's configuration page and separated its code in a second PHP file.
Wir haben eine Funktion definiert, die die Konfigurationsseite des Plugins erstellt und den Code in einer zweiten PHP-Datei trenntÂ.
Int MyFunction( char*); This defines a function of type int which can receive a char* for input, the actual function can now be put anywhere else, it is defined, so the compiler wońt complain if we call it, and upon calling it the compiler will use the actual function instead of the prototype, no matter where it is located.
Int MyFunction( char*); Dies definiert eine Funktion vom Typ int, die ein char* empfangen kann, die Funktion selbst kann jetzt sonst wo stehen, sie ist definiert, der Compiler meckert nicht wenn wir sie aufrufen und beim Aufruf wird die echte Funktion verwendet, egal wo sie steht.
All function definitions appear in the same namespace; defining a function f within another function g does not automatically limit the scope of f to g.
Wird eine Funktion f innerhalb einer Funktion g definiert, wird die Reichweite der Funktion nicht automatisch auf g beschränkt.
Results: 2451, Time: 0.0472

How to use "define a function" in a sentence

Define a function for generating random floats.
Here, we’ll define a function named myfunction.
define a function inside the parent function.
Let’s define a function called prepare images.
These lines define a function called hello.
Let's define a function which should greet.
First, define a function for word counting.
TODO: Define a function in arrays.js called removeElementFromBeginningOfArray.
Define a function alias within a let binding?
We could define a function that did this.
Show more

Word-for-word translation

Top dictionary queries

English - German