Examples with "foo function" and their translation in Frans
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.
For example, the filename for the foo function must be foo.m.
Par exemple, le nom de fichier de la fonction foo doit être foo.m.
When you next open one of the VIs outside of the project, LabVIEW links the call to the foo function to the appropriate.m file as long as you open only one of the VIs.
La prochaine fois que vous ouvrez un des VIs en dehors du projet, LabVIEW lie l'appel de la fonction foo au fichier.m approprié tant que vous n'ouvrez qu'un des VIs.
Andere resultaten
It tries to find and call the global function foo().
Il essaie de trouver et appeler la fonction globale foo().
If foo is a function in the Sage library, to use it from a spyx file import sage.all and use sage.all.foo.
Pour appeler une fonction foo de la bibliothèque Sage depuis un fichier spyx, importez sage.all et appelez sage.all.foo.
Normally, you want to call a function using foo().
Normalement, vous préférerez appeler une fonction en utilisant foo().
/ then calls global function "foo"
The constructor function Foo is called with the specified arguments, and with this bound to the newly created object.
La fonction constructrice Toto est appelée avec les arguments fournis, this étant lié au nouvel objet créé.
Thus the static function Foo in class QBar would be accessed from PerlQt as
Ainsi la fonction statique Foo de la classe QBar peut être accédée de PerlQt par
The first Perl argument to this function would be treated as a char and assigned to the variable a, and its address would be passed into the function foo.
Le premier argument de cette fonction serait traité comme un char, il serait assigné à la variable a, et son adresse serait passée à la fonction toto.
This happens because in the function foo the variable $var refers to the same content as $a.
Cela provient du fait que, dans la fonction foo, la variable $var pointe sur le même contenu que $a.
Clicking on it will only show you the uses of this variable in function bar because KDevelop understands that the variable var in function foo has nothing to do with it.
Cliquer ne vous montrera que les utilisations de cette variable dans la fonction bar parce que KDevelop comprend que la variable var dans la fonction foo n'a aucun rapport avec la première.
We'll call this function foo().
Appelons cette fonction foo().
You also can build a VI with a MathScript Node that calls a different user-defined function named foo that project2.lvproj owns.
Vous pouvez aussi construire un VI avec un nœud MathScript qui appelle une autre fonction définie par l'utilisateur, nommée foo, et qui appartient au projet project2.lvproj.