Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
「function return」に関連した英語例文の一覧と使い方 - Weblio英語例文検索
[go: Go Back, main page]

1153万例文収録!

「function return」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > function returnに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

function returnの部分一致の例文一覧と使い方

該当件数 : 390



例文

function does not return. 例文帳に追加

関数は返らない。 - JM

a return value of a function 例文帳に追加

関数の戻り値 - 研究社 英和コンピューター用語辞典

Automated return function.例文帳に追加

自動復帰機能です - 映画・海外ドラマ英語字幕翻訳辞書

Return statements cause the termination of a function and the return of a value. 例文帳に追加

return 文により関数は終了し、値を返します。 - JM

例文

return [n] Causes a function to exit with the return value specified by n . 例文帳に追加

return [n]指定した返り値nで関数を終了させます。 - JM


例文

to return a value from a function. 例文帳に追加

関数から値を返すには - JM

The function can return 4 values: 12n 例文帳に追加

関数は 4 つの値を返す:12n - JM

Return the value 0 from a function. 例文帳に追加

関数の結果は 0 になります。 - JM

Return value returns result of the function/method例文帳に追加

返り値 returns関数/メソッドの結果 - PEAR

例文

Return the value of the expression from a function. 例文帳に追加

関数の結果は expression になります。 - 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

a return type of a function 例文帳に追加

関数の戻り値の型《整数型など》 - 研究社 英和コンピューター用語辞典

The function does not return any values. 例文帳に追加

この関数は値を何も返しません。 - NetBeans

There is an implied "return (0)" at the end of every function. 例文帳に追加

各関数の最後には "return (0)" があるものと解釈されます。 - JM

Anonymous function does not always return a value 例文帳に追加

匿名関数が値を返さない場合 - NetBeans

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

MULTIPURPOSE HINGE DEVICE HAVING AUTOMATIC RETURN FUNCTION例文帳に追加

自動復帰機能を有する多用途ヒンジ装置 - 特許庁

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

On success, these functions return the error function of x , 例文帳に追加

成功すると、これらの関数はxの誤差関数を返す。 - JM

GAME APPARATUS HAVING RETURN FUNCTION AND ITS CONTROL METHOD例文帳に追加

還元機能を有するゲーム装置及びその制御方法 - 特許庁

GOLF GAME OF FIELD SCROLL TYPE WITH CUP-IN BALL RETURN FUNCTION例文帳に追加

カップインボールリターン機能付フィールドスクロール式のゴルフゲーム - 特許庁

A function (or other code block) is about to return. 例文帳に追加

関数(または、コードブロック)が返ろうとしているところです。 - Python

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 function must return a new reference.例文帳に追加

この型の関数は新たな参照を返さなければなりません。 - 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例文帳に追加

全体帰還パスを有することで線的機能を増進する回路 - 特許庁

例文

GAME SYSTEM HAVING RETURN FUNCTION AND CONTROL METHOD OF GAME DEVICE例文帳に追加

還元機能を有するゲームシステム及びゲーム装置の制御方法 - 特許庁




  
この対訳データはCreative Commons Attribution 3.0 Unportedでライセンスされています。
  
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います:
Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
  
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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2025 GRAS Group, Inc.RSS