What is the translation of " 在函数内部 " in English?

inside the function
在函数内部
函数
的函数

Examples of using 在函数内部 in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
这些变量只在函数内部可见。
Such variables are only visible inside the function.
在函数内部,this指向新创建的对象。
Inside the function, this refers to the newly created object.
并且可以直接在函数内部使用它们。
Then they can be used directly inside the function.
这类变量只在函数内部可见。
Such variables are only visible inside the function.
可以有一个名字,只在函数内部可见.
Can have a name, visible only inside the function.
在函数内部,在调用之间保留其值。
Inside a function, retains its value between calls.
在函数内部创建的变量称为局部变量。
Variables that you create inside a function are called local variables.
在函数内部创建的变量称为局部变量。
Variables that are declared inside functions are referred to as local variables.
正式的参数表现得就像在函数内部其他本地变量和在进入函数创建并在退出时销毁。
The formal parameters behave like other local variables inside the function and are created upon entry into the function and destroyed upon exit.
在函数内部,参数numbers接收到的是一个tuple,因此,函数代码完全不变。
Inside the function, the numbers parameter receives a tuple, so the function code does not change at all.
因为我们已经声明了我们的结构,所以在函数内部我们将声明一个这种结构类型的变量。
Since we already have our struct declared, inside the function we will declare a variable of the type of this structure.
(3)在函数内部,初始化一个新数组(第一个数组的数组大小为arr)。
(iii) Inside the function, a new array(with the array size of the first array, arr) is initialized.
现在,在函数内部,我们可以使用这个引用来改变值本身(push(4))。
Now, inside the function, we can use that reference to mutate the value itself(push(4)).
所有发生在函数内部的变化均无法影响调用时使用的变量。
What occurs inside the function has no effect on the variable used in the function call.
编译器可以在函数内部创建一个临时对象,然后将其移动到调用者的返回值中。
The compiler could create a temporary object inside the function, and then move it into the caller's return value.
声明一个空结果数组,该数组在函数内部保存T类型的数据。
Declare an empty resultarray which holds T type's data inside the function.
至于到底传入了怎么,就须求在函数内部通过kw检查。
As for what exactly came in, you need to check kw inside the function.
这表明,参数值没有被改变,虽然它们已经在函数内部改变。
It shows that there is no change in the values though they had changed inside the function.
至于到底传入了怎么,就须要在函数内部通过kw检查。
As for what exactly came in, you need to check kw inside the function.
至于到底传入了哪些,就需要在函数内部通过kw检查。
As for what exactly came in, you need to check kw inside the function.
当然,直接访问它会容易得多,因为它是全局的,可以在函数内部访问。
Naturally, it would be much easier to directly access it,since it is global and can be accessed inside the functions.
因此,在函数内部无法给一个全局变量直接赋值(除非在一个global语句中命名),虽然可以引用它们。
Thus, global variablescannot be directly assigned a value within a function(unless named in a global statement), although they may be referenced.
在这种情况下,你可以在函数内部的变量之前使用global关键字。
In such cases,you can use the global keyword before the variables inside a function.
这个数组可以在函数内部访问,也可以直接用来更新全局变量。
This array is also accessible from within functions and can be used to update global variables directly.
在函数内部,不能访问在该函数之外定义的局部变量。
Inside a function, you cannot access local variables defined outside of that function..
在函数内部创建全局变量,可以使用global关键字。
A local variable inside a function can be made global by using the global keyword.
有的变量只能在函数内部使用,这叫做局部变量(localvariable);.
Can only be used within functions, i.e., local variables.
在函数内部,可以使用:=short赋值语句来代替具有隐式类型的var声明。
Inside a function, the:= short assignment statement can be used in place of a var declaration with implicit type.
注意任何在函数内部的普通赋值都是局部的暂时的,当退出函数时都会丢失。
Note that any ordinary assignments done within the function are local and temporary and are lost after exit from the function..
Results: 29, Time: 0.0158

Word-for-word translation

Top dictionary queries

Chinese - English