RETURN STATEMENT 日本語 意味 - 日本語訳 - 英語の例文

[ri't3ːn 'steitmənt]
[ri't3ːn 'steitmənt]
return文を
returnステートメント

英語 での Return statement の使用例とその 日本語 への翻訳

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Line 6 is a return statement.
行目はreturn文である。
The return statement may also appear in the following forms:.
また、return文は、次の形式で出現できます:。
Should a function have only one return statement?
関数はreturn文を1つだけ持つべきですか?
If there's no return statement, then the result is undefined.
もしもreturn文がない場合はundefinedを返します。
Usually constructors don't have a return statement.
通常、コンストラクタはreturn文を持ちません。
The return statement specifies the value returned by the function.
Return文は、関数が返す値を指定します。
C++11 rvalues and move semantics confusion(return statement).
C++11の値と移動の意味の混乱(return文)。
A return statement will immediately terminate the evaluation of the code.
Return文は、コードの評価をただちに終了します。
Should a function have only one return statement?
Language-agnostic関数はreturn文を1つだけ持つべきですか?
But if there is a return statement, then the rule is simple:.
しかし、もしreturn文があった場合はどうなるでしょう。ルールはシンプルです:。
If there is no change in the screen transition,you can omit the return statement.
画面遷移に変更がない場合は、return文を省略できます。
Not specifying a return statement is equivalent to writing“return(0)”.
Return文を指定しないことは、“return(0)”と書くのと同等です。
Repeat until all your parameters and return statement is commented.
すべてのパラメータとreturn文にコメントが付けられるまで繰り返します。
The return statement transfers the control back to the codes where the function is called.
Returnステートメントは、関数が呼び出されるコードに制御を戻します。
Yyterminate() can be used in lieu of a return statement in an action.
Yyterminate()アクションのreturn文の代わりに使うことが出来ます。
If there is no return statement in a function, a None object will be returned..
関数にreturnステートメントがない場合、Noneオブジェクトが返されます。
Other income: Income tax return and income statement(Blue Return statement).
その他収入:確定申告書と収支内訳書(青色申告決算書)。
At line 18, a normal Python return statement returns the result list.
行目で、通常のPythonのreturn文でリストresultを戻。
This is equivalent to calling pthread_exit(3) with the value supplied in the return statement.
これは、return文に渡した値でpthread_exit(3)を呼び出すのと等価である。
Description When a return statement is used in a function body, the execution of the function is stopped.
説明関数内でreturn文を呼び出すと、関数の実行が停止します。
And, if we call it the third time,then the execution reaches return statement that finishes the function:.
そして、3回目を呼び出すと、実行は関数を終了するreturn文に到達します。
A return statement terminates execution of the current function and returns control to its caller.
Return文とは、実行中の関数の実行を終了し、制御をその呼び出し元に返す。
Reaching the} that terminates a function is equivalent to executing a return statement without an expression.
関数を終了する}達することは、式なしでreturn文を実行することと同じです。
If no return statement is present, the main function(and thus, the program itself) returns 0 by default.
Return文がない場合、main関数(したがってプログラム自体)はデフォルトで0を返します。この例では、return0;
To return a value, the function must have a return statement that specifies the value to return..
値を返すためには、返す値を指定するreturn文が関数内になくてはなりません。
If you don't write"bind(this)" in constructor,"this"object does not specified in return statement context.
Constructorでbind(this)としておかないとreturn文の文脈でのthisが指定されません。
Since the finally clause always executes, a return statement executed in the finally clause will always be the last one executed:.
Finally節は常に実行されるため、finally節で実行されるreturn文は常にfinally実行される文になります。
If a return statement without an expression is executed, and the value of the function call is used by the caller, the behavior is undefined.
式のないreturn文が実行され、関数呼び出しの値が呼び出し元によって使用される場合、その動作は未定義です。
To return a value other than the default,a function must have a return statement that specifies the value to return..
初期値以外の値を返すためには、返す値を指定するreturn文が関数内になくてはなりません。
If the action must be rendered by a specific template,ignore the return statement and use the setTemplate() method instead.
アクションを特定のテンプレートによってレンダリングしなければならない場合、return文を無視して、代わりにsetTemplate()メソッドを使います。
結果: 44, 時間: 0.0249

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語