例文 (393件) |
return function ()の部分一致の例文一覧と使い方
該当件数 : 393件
There is an implied "return (0)" at the end of every function. 例文帳に追加
各関数の最後には "return (0)" があるものと解釈されます。 - JM
The child must not return from the current function or call exit (3), 例文帳に追加
子プロセスは現在の関数から return してはならず、exit (3) - JM
Return the value of the expression from a function. 例文帳に追加
関数の結果は expression になります。 - JM
When the code block executes a return statement, this specifies the return value of the function call.例文帳に追加
コードブロックで return 文が実行される際に、関数呼び出しの戻り値 (return value) が決定されます。 - Python
The function always returns NULL, so a wrapper function around a system call can write"return PyErr_SetFromErrno(type);" when the system call returns an error.例文帳に追加
関数は常にNULLを返します。 - Python
This allows a function to terminate and return 0 without an explicit return statement. 例文帳に追加
これにより、明示的に return 文を置かなくても、関数は終了して値 0 を返します。 - JM
Inconsistent returns from a function (where some return expressions return a value, and some do not) 例文帳に追加
関数から戻る方法の不統一 (return 式が値を返す場合と返さない場合があるなど)。 - NetBeans
Upon return of the function, pValue is either NULL or it contains a reference to the return value of the function.例文帳に追加
関数が処理を戻す際、pValue は NULL になるか、関数の戻り値への参照が入っています。 - Python
Apply function to every item of list and return a list of the results.例文帳に追加
function を list の全ての要素に適用し、返された値からなるリストを返します。 - Python
The local trace function is called; arg is None; the return value specifies the newlocal trace function.例文帳に追加
argはNoneです。 戻り値は新しいローカルトレース関数を指定します。 - Python
This function increments the reference count of the return value.There's really no reason to use this function instead of the common expression例文帳に追加
この関数は戻り値の参照カウントをインクリメントします。 - Python
On success, these functions return the complementary error function of x , 例文帳に追加
成功すると、これらの関数はxの相補誤差関数を返す。 - JM
This function will then return the string that is needed to be printed. 例文帳に追加
この関数は、表示される文字列を返します。 - PEAR
The function's return value must be a Clong, which is a Python integer. 例文帳に追加
関数の返り値はC long(Python整数である)です。 - Python
Return the function object associated with the method meth. 例文帳に追加
meth に関連付けられている関数オブジェクトを返します。 - Python
The situation is slightly different for function return values. 例文帳に追加
関数の戻り値の場合には、状況は少し異なります。 - Python
If the condition is true, the function will return a zero value. 例文帳に追加
関数が条件が真の場合にゼロの値を返す - 京大-NICT 日英中基本文データ
GAME APPARATUS HAVING RETURN FUNCTION AND ITS CONTROL METHOD例文帳に追加
還元機能を有するゲーム装置及びその制御方法 - 特許庁
GREENING UNIT WITH RETURN FUNCTION AND ITS CONSTRUCTION METHOD例文帳に追加
戻し機能付き緑化用ユニットとその施工方法 - 特許庁
ANSWERING MACHINE APPARATUS HAVING MESSAGE RETURN FUNCTION例文帳に追加
メッセージ返信機能を有する留守番電話装置 - 特許庁
GAME DEVICE WITH RETURN FUNCTION AND METHOD OF CONTROLLING THE SAME例文帳に追加
還元機能を有するゲーム装置及びその制御方法 - 特許庁
FLAT PANEL DISPLAY DEVICE PROVIDED WITH AUTOMATIC RETURN FUNCTION例文帳に追加
自動復帰機能付きフラットパネル表示装置 - 特許庁
WAIST-BAND BELT DEVICE FOR BAG PROVIDED WITH RETURN PREVENTIVE FUNCTION例文帳に追加
逆戻り防止機能を備えた鞄の胴締めベルト装置 - 特許庁
return leaves the current function call with the expression list (or None) as return value.When return passes control out of a try statement with a finally clause, that finally clause is executed before really leaving the function.例文帳に追加
return を使うと、式リスト (または None) を戻り値として、現在の関数呼び出しから抜け出します。 return によって、finally 節をともなう try 文の外に処理が引き渡されると、実際に関数から抜ける前に finally 節が実行されます。 - Python
If the builtin command return is executed in a function, the function completes and execution resumes with the next command after the function call. 例文帳に追加
組み込みコマンドreturnが関数中で実行された場合、関数は終了し、関数呼び出しの次のコマンドから実行が再開されます。 - JM
If not NULL, the return value is interpreted as the return value of the function as exposed in Python.例文帳に追加
NULLでない値を返す場合、戻り値は Python に関数の戻り値として公開される値として解釈されます。 - Python
return may only occur syntactically nested in a function definition, not within a nested class definition.例文帳に追加
return は、関数定義内で構文法的にネストして現れますが、ネストしたクラス定義内には現れません。 - Python
To reduce costs by simplifying structure while providing a function to return a return oil of a continuously variable transmission to a transmission case and an oil inspecting function.例文帳に追加
無段変速装置の戻り油をミッションケースに戻す機能と検油機能とを備えながらも、構造の簡素化によるコストダウンを図る。 - 特許庁
in the readings of Chinese writings in Japanese, a written character that has the function of a return character 例文帳に追加
漢文を訓読するとき,語順を逆に上に戻って読む字 - EDR日英対訳辞書
the act of placing someone in an institution for treatment or education to help him to return to normal or acceptable function in society 例文帳に追加
施設に入所させて社会復帰を促すこと - EDR日英対訳辞書
You need to know how many arguments, their types, and the function return type. 例文帳に追加
引き数の個数、それらの型、返り値の型を知る必要がある。 - JM
Return (as the function result) the process ID or process group currently receiving SIGIO 例文帳に追加
ファイルディスクリプタfdのイベントに対するシグナルSIGIO - JM
The return value is an exact copy of the value returned by the name resolution function. 例文帳に追加
返り値は名前解決機能から返された値の正確なコピーである。 - JM
例文 (393件) |
Copyright © Japan Patent office. All Rights Reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
この対訳データはCreative Commons Attribution 3.0 Unportedでライセンスされています。 |
Copyright © National Institute of Information and Communications Technology. All Rights Reserved. |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
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. |
Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
© 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. |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |
ログイン |
Weblio会員(無料)になると 検索履歴を保存できる! 語彙力診断の実施回数増加! |