INNER FUNCTION Meaning in Japanese - translations and usage examples

['inər 'fʌŋkʃn]
['inər 'fʌŋkʃn]
内側の関数

Examples of using Inner function in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Inner functions and lambdas.
内部関数とラムダ関数。
Most PC users are not aware of some inner functioning of their PC.
ほとんどのPCユーザーは、自分のPCのいくつかの内部機能を認識していません。
That is, all inner functions share the same parent environment.
つまり、全ての内部関数は、同じ親スコープを共有しています。
This provides a sort of security for the variables of the inner function.
これは、内側の関数の変数に対する一種のセキュリティ機構を提供します。
The inner function has access to the"name" variable of the outer.
内側の関数は外側の関数の変数"name"にアクセス可能。
Please note that on this step the inner function was created, but not yet called.
このステップでは内部関数が作られますが、まだ呼ばれていないことに注意してください。
The inner function has no access to non-local x and global z variables.
内部関数は、非ローカル変数xおよびグローバルz変数にアクセスできません。
Support on the chip programming: with the inner function of HITAGETI, it can write ID 46 Crypto chips.
破片のプログラミングのサポート:HITAGETIの内部機能を使うと、それはID46の暗号の破片を書くことができます。
Note that it does not work as intended if you replace let by var or if you remove the variable j andsimply use the variable i in the inner function.
もしこれでletをvarに置き換えたり、変数jを削除して単純にiを内部関数で使うと、これは意図通りには動かないことに注意してください。
When the inner function runs, the variable in count++ is searched from inside out.
内部関数が実行されると、count++の変数は内側から外に検索されます。
What's different- and interesting- is that the displayName() inner function was returned from the outer function before being executed.
前の例とは異なる、興味深い点は、内部関数displayName()がそれが実行される前に外部関数から返されているという事です。
When the inner function runs, the variable in count++ is searched from inside out.
内部関数が実行されると、count++の変数を内側から外に検索されます。
Chip Electronics Stores is a professional B2B and B2C trading platform, and we can only inspect the exterior condition of the goods,but not inner function.
Bom-ComponentsはプロフェッショナルなB2BおよびB2C取引プラットフォームであり、商品の外観状態は検査できますが、内部機能は検査できません。
To summarize: The inner function can be accessed only from statements in the outer function..
まとめると:内部の関数へは、外部関数内の文からのみアクセスできます。
In some rare cases you might need to memoize a callback with useCallback butthe memoization doesn't work very well because the inner function has to be re-created too often.
稀なケースですが、コールバックをuseCallbackでメモ化しているにも関わらず、内部関数を何度も再作成しないといけないためメモ化がうまく働かない、ということがあります。
When it is inside the inner function, variable y is a local variable, x is non-local and z is global.
内部関数内にある場合、変数yはローカル変数であり、xは非ローカル、zはグローバルです。
For 0< p≤∞, every non-zero function ƒ inHp can be written as the product ƒ= Gh where G is an outer function and h is an inner function, as defined below(Rudin 1987, Thm 17.17).
Lt;p≤∞に対し、Hp内の全ての非ゼロ函数fは、以下で定義される外函数(outerfunction)Gと内函数(innerfunction)hの積f=Ghで表すことが出来る(Rudin1987, Thm17.17)。
Support on the chip programming: with the inner function of HITAGETI, it can write ID 46 Renault Crypto chips.
チップのプログラミングを支援:HITAGETIの内部機能と、それはID46ルノー暗号化チップを書き込むことができます。
The inner function forms a closure: the inner function can use the arguments and variables of the outer function, while the outer function cannot use the arguments and variables of the inner function.
内部関数はクロージャを形作ります。内部関数は外部関数の引数と変数を利用でき、その一方外部関数は内部関数の引数と変数を利用できません。
This is why it isdefinitely vital that you locate a mentor that understands the inner functions of the music market and also has actually currently built a successful occupation by figuring these things out.
このため、音楽業界の内部の仕組みを理解し、すでにこれらのことを理解することによって成功したキャリアを構築しているメンターを見つけることが絶対に不可欠です。
Also, since the inner function has access to the scope of the outer function, the variables and functions defined in the outerfunction will live longer than the duration of the inner function execution, if the inner function manages to survive beyond the life of the outer function..
また、内側の関数は外側の関数のスコープにアクセスできることから、もし内側の関数が外側の関数よりも長く生存できた場合、外側の関数内で定義された変数や関数は外側の関数よりも長く残る可能性があります。
In the code above,the name variable of the outer function is accessible to the inner functions, and there is no other way to access the inner variables except through the inner functions..
上記の例で、外側の関数の変数nameは内側の関数からアクセスでき、また内側の関数を通さずに内側の変数へアクセスする他の方法はありません。
In this case, the inner function's this isn't set so it returns the global/window object(i.e. the default object in non- strict mode where this isn't set by the call).
この場合、内側の関数のthisは設定されていないので、グローバルかwindowオブジェクトを返します(つまり、thisが呼び出しによって設定されていないので、非strictモードの既定オブジェクトです)。
Variable y is in the nested local namespace of the inner function, variable x is in the local namespace of the outer function and variable z is in the global namespace.
変数yは内部関数のネストされたローカル名前空間にあり、変数xは外部関数のローカル名前空間にあり、変数zはグローバル名前空間にあります。
JavaScript allows for the nesting of functions and grants the inner function full access to all the variables and functions defined inside the outer function and all other variables and functions that the outer function has access to.
JavaScriptでは関数の入れ子が可能であることに加えて、内側の関数が外側の関数内で定義されたすべての変数や関数に対し(外側の関数がアクセスできる、他の変数や関数すべてにも)自由にアクセスできます。
As an inner Judging function, Fi grants IFPs a strong sense of inner self-control.
内側の判断機能として、FiはIxFPタイプに内部自己制御の強い感覚を与えます。
In fact, because their inner Judging function(Fi) is inferior, they may feel they have relatively little inner control.
実際には、内部の判断機能(Fi)がinferiorfunctionであるため、内部コントロールが比較的少ないと感じることがあります。
Results: 27, Time: 0.0294

Word-for-word translation

Top dictionary queries

English - Japanese