1153万例文収録!

「Return value」に関連した英語例文の一覧と使い方(3ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > Return valueの意味・解説 > Return valueに関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

Return valueの部分一致の例文一覧と使い方

該当件数 : 907



例文

One has: tan(carg(z)) = cimag(z) / creal(z) "RETURN VALUE" 例文帳に追加

次の関係が整理する: tan(carg(z)) = cimag(z) / creal(z)返り値 - JM

Returns additional information about an error Return value string- error information 例文帳に追加

エラーに関する追加情報を返します。 - PEAR

value to return in case of program not found 例文帳に追加

プログラムが見つからなかった場合に返す値。 - PEAR

Return value returns The input from the user.例文帳に追加

返り値 ユーザの入力内容を返します。 - PEAR

例文

Return a decoded value from a string representation. 例文帳に追加

文字列表現を値にデコードして返します。 - Python


例文

Return the next value from the iteration o. 例文帳に追加

反復処理 o における次の値を返します。 - Python

Return the maximum peak-peak value in the sound fragment. 例文帳に追加

音声データの最大 peak-peak 振幅を返します。 - Python

Otherwise, the functions return a nonzero value.例文帳に追加

それ以外の場合、関数は 0 でない値を返す。 - XFree86

Return to the Visual Designer and double-click the Select Value Text Field component. 例文帳に追加

ビジュアルデザイナーに戻り、「Select Value」テキストフィールドコンポーネントをダブルクリックします。 - NetBeans

例文

The value of default (or0 if default is not supplied) is returned when the RETURN key is pressed.例文帳に追加

RETURNキーを押した場合はdefaultの値(default を指定しない場合は0)を返します。 - Python

例文

found. Otherwise the return value is a pointer to the found data. 例文帳に追加

見つかった場合はデータへのポインタが返る。 - JM

Returns debug information about an error Return value string- error debug information 例文帳に追加

エラーに関するデバッグ情報を返します。 - PEAR

Returns a list of genre numbers and names Return value array- list of genres 例文帳に追加

ジャンル番号と名前のリストを返します。 - PEAR

Return value returnstrue if the scrolling has stopped. 例文帳に追加

返り値 スクロールが停止した際に true を返します。 - PEAR

Return value returns The response id of the pressed button.例文帳に追加

返り値 押されたボタンのレスポンス ID を返します。 - PEAR

Return value Returns array all country codes. 例文帳に追加

返り値 すべての国コードを配列で返します。 - PEAR

Return value returnstrue if debug is enabled. 例文帳に追加

返り値 デバッグが有効な場合に true を返します。 - PEAR

Return value can be any type.例文帳に追加

戻り値の型はどのようなものでも許されます。 - Python

The function's return value must be a Clong, which is a Python integer. 例文帳に追加

関数の返り値はC long(Python整数である)です。 - Python

Should return a value of the appropriate type.例文帳に追加

適切な型の値を返さなければなりません。 - Python

Compute and return the hash value of an object o. 例文帳に追加

オブジェクト o のハッシュ値を計算して返します。 - Python

functions return a value whose absolute value matches that of x, but whose sign bit matches that of y. 例文帳に追加

は絶対値がx に等しく、符号ビットが y に等しい値を返す。 - JM

The formulation given above under "RETURN VALUE" is from POSIX.1-2001. 例文帳に追加

上記の「返り値」以下の記述は POSIX.1-2001 に拠る。 - JM

Number of affected rows by a query Return value integer - number of rows or MDB_Errorwhen fail 例文帳に追加

クエリにより変更された行の数です。 - PEAR

Return value Returns string path of passwd file. 例文帳に追加

返り値 パスワードファイルのパスを文字列で返します。 - PEAR

Return value Returns array all language codes. 例文帳に追加

返り値 すべての言語コードを配列で返します。 - PEAR

The return value must be a string object. 例文帳に追加

戻り値は文字列オブジェクトでなければなりません。 - Python

Return the value of the named header field. 例文帳に追加

指定された名前をもつフィールドの値を返します。 - Python

The return value is a string representing the audio frames.例文帳に追加

オーディオフレームのデータを示す文字列を返します。 - Python

Because it is a return value, the data is a pointer.例文帳に追加

これは返り値であるので、データはポインタである。 - XFree86

On success, these functions return the exponential value of x . 例文帳に追加

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

requests use the return value as an output parameter and return a non-negative value on success. 例文帳に追加

要求では出力パラメータとして返り値を使用していたり、成功した場合に非 0 の値を返したりする。 - JM

A difference not mentioned by POSIX concerns the return value EPERM : 例文帳に追加

POSIX で記述されていない違いとしては、返り値EPERM - JM

Return value returns the GtkEventBox containing the scrolling label.例文帳に追加

返り値 スクロールするラベルを保持する GtkEventBox を返します。 - PEAR

The return value is the result of the evaluated expression.Syntax errors are reported as exceptions. 例文帳に追加

構文エラーは例外として報告されます。 - Python

Return the hash value of the object (if it has one). 例文帳に追加

オブジェクトのハッシュ値を (存在すれれば) 返します。 - Python

If not NULL, the return value is interpreted as the return value of the function as exposed in Python.例文帳に追加

NULLでない値を返す場合、戻り値は Python に関数の戻り値として公開される値として解釈されます。 - Python

Return the ASCII value corresponding to the low 7 bits of c. 例文帳に追加

ASCII 値を返します。 c の下位 7 ビットに対応します。 - Python

Return the value of a single variable. 例文帳に追加

ある一つの設定変数に対する値を返します。 - Python

Read one value from the open file and return it. 例文帳に追加

開かれたファイルから値を一つ読んで返します。 - Python

A return value of NotImplemented is equivalent to returning None.例文帳に追加

戻り値に NotImplemented を使うのは、 None を返すのと同じです。 - Python

Return string-valued system configuration values. 例文帳に追加

文字列形式によるシステム設定値 (system configuration value)を返します。 - Python

Before calling the specified converter,XtDirectConvert sets the return value size to zero and the return value address to NULL.例文帳に追加

.LP指定されたコンバータを呼び出す前に、XtDirectConvertは返り値のサイズに 0 を設定し、返り値のアドレスに NULL を設定する。 - XFree86

Return a list of (name, value) pairs for eachoption in the given section. 例文帳に追加

与えられたsectionのそれぞれのオプションについて(name, value)ペアのリストを返します。 - Python

The return value is always a string, with a return value whose format depends upon the PHP type of $value: If $value is a string, the method returns a string that is properly quoted and escaped for the underlying RDBMS. 例文帳に追加

返り値は常に文字列で、そのフォーマットは $value のデータ型によって異なります。 $value が文字列の場合は、このメソッドは実際の RDBMSにあわせて適切にクォートやエスケープをした文字列を返します。 - PEAR

If the condition is true, the function will return a zero value. 例文帳に追加

関数が条件が真の場合にゼロの値を返す - 京大-NICT 日英中基本文データ

If the dptr element of the return value is NULL, no data was 例文帳に追加

返り値の dptr が NULL の場合、データは見つからなかった。 - JM

On success, these functions return the base-2 exponential value of x . 例文帳に追加

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

On success, these functions return the base-10 exponential value of x . 例文帳に追加

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

例文

return a different value in each thread. 例文帳に追加

を呼び出したときに、スレッド毎に異なる値が返される。 - JM




  
この対訳データはCreative Commons Attribution 3.0 Unportedでライセンスされています。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 (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 - 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/ ).
  
Copyright (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS