例文 (390件) |
function returnの部分一致の例文一覧と使い方
該当件数 : 390件
Return statements cause the termination of a function and the return of a value. 例文帳に追加
return 文により関数は終了し、値を返します。 - JM
The child must not return from the current function or call exit (3), 例文帳に追加
子プロセスは現在の関数から return してはならず、exit (3) - JM
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
When the code block executes a return statement, this specifies the return value of the function call.例文帳に追加
コードブロックで return 文が実行される際に、関数呼び出しの戻り値 (return value) が決定されます。 - Python
There is an implied "return (0)" at the end of every function. 例文帳に追加
各関数の最後には "return (0)" があるものと解釈されます。 - JM
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
FLAT PANEL DISPLAY DEVICE PROVIDED WITH AUTOMATIC RETURN FUNCTION例文帳に追加
自動復帰機能付きフラットパネル表示装置 - 特許庁
Return (as the function result) the process ID or process group currently receiving SIGIO 例文帳に追加
ファイルディスクリプタfdのイベントに対するシグナルSIGIO - JM
Upon return of the function, pValue is either NULL or it contains a reference to the return value of the function.例文帳に追加
関数が処理を戻す際、pValue は NULL になるか、関数の戻り値への参照が入っています。 - 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
ANSWERING MACHINE APPARATUS HAVING MESSAGE RETURN FUNCTION例文帳に追加
メッセージ返信機能を有する留守番電話装置 - 特許庁
GREENING UNIT WITH RETURN FUNCTION AND ITS CONSTRUCTION METHOD例文帳に追加
戻し機能付き緑化用ユニットとその施工方法 - 特許庁
If the condition is true, the function will return a zero value. 例文帳に追加
関数が条件が真の場合にゼロの値を返す - 京大-NICT 日英中基本文データ
ELECTRONIC MAIL SYSTEM AND MAIL SERVER WITH RETURN RESERVATION FUNCTION例文帳に追加
電子メールシステム及び返送予約機能付きメールサーバ - 特許庁
This function will then return the string that is needed to be printed. 例文帳に追加
この関数は、表示される文字列を返します。 - PEAR
Apply function to every item of list and return a list of the results.例文帳に追加
function を list の全ての要素に適用し、返された値からなるリストを返します。 - Python
GAME APPARATUS HAVING RETURN FUNCTION AND ITS CONTROL METHOD例文帳に追加
還元機能を有するゲーム装置及びその制御方法 - 特許庁
GOLF GAME OF FIELD SCROLL TYPE WITH CUP-IN BALL RETURN FUNCTION例文帳に追加
カップインボールリターン機能付フィールドスクロール式のゴルフゲーム - 特許庁
Return the function object associated with the method meth. 例文帳に追加
meth に関連付けられている関数オブジェクトを返します。 - 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
IMPROVED VEHICLE SEAT HINGE MECHANISM HAVING RECLINING FUNCTION, FORWARD DAMPING FUNCTION, MEMORY RETURN FUNCTION, AND FLATLY FOLDING FUNCTION例文帳に追加
リクライニング機能、前方ダンピング機能、メモリーリターン機能、平坦折り畳み機能を有する改良された車両シートヒンジ機構 - 特許庁
GAME DEVICE WITH RETURN FUNCTION AND METHOD OF CONTROLLING THE SAME例文帳に追加
還元機能を有するゲーム装置及びその制御方法 - 特許庁
CHECK VALVE HAVING FUNCTION OF REGULATING FLOW RATE FOR RETURN PIPE例文帳に追加
戻り配管用の流量調節機能を付したチャッキバルブ - 特許庁
Return (as the function result) the "securebits" flags of the calling thread. 例文帳に追加
呼び出したスレッドの "securebits" フラグを(関数の返り値として) 返す。 - JM
Return (as the function result) which process timing method is currently in use. 例文帳に追加
現在使用中のプロセスタイミングを決める方法を返す。 - JM
, and the length of that segment as the function return value.例文帳に追加
に返し、セグメントの長さを関数の戻り値として返します。 - Python
The situation is slightly different for function return values. 例文帳に追加
関数の戻り値の場合には、状況は少し異なります。 - Python
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
The PON function processing section 24 comprises return control sections 245, 247 for performing a return test with an OAM function section 244 and a MAC-Client/OAM-Client function section 246 as return points each.例文帳に追加
PON機能処理部24は、OAM機能部244およびMAC-Client/OAM-Client機能部246それぞれを折り返し点として折り返し試験を行う折り返し制御部245,247を備えている。 - 特許庁
CIRCUIT WHICH INCREASES LINEAR FUNCTION BY HAVING WHOLE RETURN PATH例文帳に追加
全体帰還パスを有することで線的機能を増進する回路 - 特許庁
例文 (390件) |
この対訳データはCreative Commons Attribution 3.0 Unportedでライセンスされています。 |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: |
Copyright © Japan Patent office. All Rights Reserved. |
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
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. |
© 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 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/ ). |
ログイン |
Weblio会員(無料)になると
|
ログイン |
Weblio会員(無料)になると
|