| 例文 |
"Return statement"を含む例文一覧と使い方
該当件数 : 13件
6.7 The return statement 例文帳に追加
6.7 return 文 - Python
"return statement" POSIX bc requires parentheses around the return expression. 例文帳に追加
"return 文"POSIX bc では、return 文の周りに括弧が必要です。 - JM
Modify the return statement of the toString method to return String. 例文帳に追加
String.valueOf(clientPK) を返すように toString メソッドの return 文を変更します。 - NetBeans
Replace the return statement in the method with the following code shown in bold: 例文帳に追加
メソッド内の return 文を次のコード (太字部分) に置き換えます。 - NetBeans
Modify the return statement of the toString method to return the full address:return line1 + ", " + line2 + ", " + city + ", " + region + ", " + country + ", " + postalCode; 例文帳に追加
完全な住所を返すように toString メソッドの return 文を変更します。 return line1 + , + line2 + , + city + , + region + , + country + , + postalCode; - NetBeans
This allows a function to terminate and return 0 without an explicit return statement. 例文帳に追加
これにより、明示的に return 文を置かなくても、関数は終了して値 0 を返します。 - JM
Change the method's return statement to return the name that you assigned to the connecting line, such as alertOutcome. 例文帳に追加
接続線に付けた名前 (「alertOutcome」など) を返すようにメソッドの return 文を変更します。 - NetBeans
When the code block executes a return statement, this specifies the return value of the function call.例文帳に追加
コードブロックで return 文が実行される際に、関数呼び出しの戻り値 (return value) が決定されます。 - Python
Any function exit in the middle of the function (such as a return statement in C) will generate a jump to the exit code at the end of the function. 例文帳に追加
関数の途中で関数を抜けるコードは全て、関数の最後の終了コードへのジャンプとして生成されます。 - JM
When the function executes a return statement or falls off the end, a StopIteration exception is raised and the iterator will have reached the end of the set of values to be returned.例文帳に追加
関数が return 文を実行するか、関数を最後まで実行し終えると、StopIteration 例外が送出され、イテレータが返す値の集合はそこで終わります。 - Python
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|