1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 907



例文

If the return value is 0, it has the sign of x . 例文帳に追加

返り値が 0 の場合、その符号はxと同じになる。 - JM

The return value is NULL if the request cannot be honored. 例文帳に追加

設定に失敗した場合には、返り値は NULL になる。 - JM

For the items property, you specify a display label and a return value. 例文帳に追加

「items」プロパティーに、表示ラベルと戻り値を指定します。 - NetBeans

Return the last key/value pair in a database traversal. 例文帳に追加

データベース探索における最後のキー/値を返します。 - Python

例文

The return value gives the year in the relevant era of the locale. 例文帳に追加

返される値はロケールでの現年代の年値です。 - Python


例文

The return value is detected by measuring the return quantity of the magnetization, after current cutoff.例文帳に追加

これを,電流遮断後の磁化の戻り量を測定することにより検出する。 - 特許庁

An LOOP counter 4 counts the RETURN data, generates a LOOP increment every time when the RETURN data are counted when the count value of the RETURN data is not equal to the value of the RETURN data, and returns the address AD of the address generation circuit 1 to a holding address HAD of an address holding circuit by the simultaneously generated LEN counter clear.例文帳に追加

LOOPカウンタ4は、RETURNデータをカウントし、そのカウント値がRETURNデータの値に等しくないとき、RETURNデータをカウントする毎にLOOPインクリメントを発生し、同時に発生したLENカウンタクリアでアドレス発生回路1のアドレスADをアドレス保持回路の保持アドレスHADに戻す。 - 特許庁

functions return a non-zero value if x is a NaN value, and 0 otherwise. 例文帳に追加

関数は、 x が NaN の場合 0 以外の値を返し、それ以外の場合は 0 を返す。 - JM

The return value is an exact copy of the value returned by the name resolution function. 例文帳に追加

返り値は名前解決機能から返された値の正確なコピーである。 - JM

例文

It is expected that setXXX($value) will return a string (the error) if it is invalid or TRUE on success.例文帳に追加

値が不正な場合、setXXX($value) メソッドは文字列(エラー) を返し、成功の場合 TRUE。 - PEAR

例文

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

指定したsection 内の各オプションに対して、(name, value) のペアからなるリストを返します。 - Python

The return value represents the era used in the current locale.Most locales do not define this value. 例文帳に追加

現在のロケールで使われている年代を表現する値を返します。 - Python

INPUT VALUE CONFIRMATION AND TRANSMISSION/RETURN ITEM SPECIFICATION METHOD例文帳に追加

入力値確認および送返信項目指定方法 - 特許庁

If the key is found within the database, the return value ret will be true. 例文帳に追加

データベース内に key が見つかれば、返り値 ret は true である。 - JM

These functions return the larger value of x and y . 例文帳に追加

これらの関数はxとyのうち大きい方の値を返す。 - JM

These functions return the converted value, if any. 例文帳に追加

これらの関数は、変換された値があれば、それを返す。 - JM

The return value is defined by the system call being invoked. 例文帳に追加

返り値は呼び出されたシステムコールによって定義される。 - JM

after receiving a gift from someone, a gift of lesser value given to that person in return例文帳に追加

一度納めたものから一部返された金品 - EDR日英対訳辞書

If the return value is as expected, pass in FALSE, otherwise pass in an array where the first element is the expected return value and the second is the actual return value. 例文帳に追加

返り値が期待通りなら FALSEが渡され、そうでない場合は配列が渡されます。 配列の最初の要素が予期していた返り値、2 番目の要素が実際の返り値となります。 - PEAR

Return value Returns string actual encryption mode. 例文帳に追加

返り値 実際の暗号化形式を文字列で返します。 - PEAR

Return value returnsTrue if it has been modified. 例文帳に追加

返り値 ファイルが変更されている場合に true を返します。 - PEAR

savedFileName is the default for the file name to save to (the return value).例文帳に追加

savedFileName は保存先のファイル名 (戻り値) のデフォルト値です。 - Python

A return value calculating means 33 calculates a charge return value of each wallet on the basis of the count value of the counting means 31.例文帳に追加

還元値算出手段33は、取引量カウント手段31のカウント値に基づいてウォレット毎の料金還元値を算出する。 - 特許庁

functions return the absolute value of the floating-point number x. 例文帳に追加

関数群は浮動小数点実数 x の絶対値を返す。 - JM

For a successful call, the return value depends on the operation: 0.9i 例文帳に追加

成功した場合の返り値は操作の種類により違う:0.9i - JM

The return value may point to static area, and may be overwritten by subsequent calls to getgrent (3), 例文帳に追加

返り値は静的な領域を指しており、その後のgetgrent (), - JM

val is the value to return, or to load into the variable pointed to by flag. 例文帳に追加

val返り値、または flag がポイントする変数へロードされる値。 - JM

may return the wrong value even when invoking clone (2) 例文帳に追加

が間違った値を返す場合があり、これに関する議論はclone (2) - JM

Usually, on success zero is returned. 例文帳に追加

ioctl () requests use the return value as an output parameterたいていの場合、成功した場合はゼロが返される。 - JM

For more details, return value, and errors, see lseek (2). 例文帳に追加

更に詳しい説明・返り値・エラーは、lseek (2) を参照すること。 - JM

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

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

This method repeats the call in the right aggregate object and passes on the return value. 例文帳に追加

このメソッドは、正しい集約オブジェクトをコールします。 - PEAR

Return value returns the label text that is not visible.例文帳に追加

返り値 ラベルのテキストのうち、見えていない部分を返します。 - PEAR

If you want to override the envelope sender of the email, set the Return-Path header and that value will be used instead of the value of the From: header. 例文帳に追加

メールの envelope sender を書き換えたい場合はReturn-Path ヘッダを設定します。 すると、この値が From ヘッダの値の代わりに用いられます。 - PEAR

, and the length of that segment as the function return value.例文帳に追加

に返し、セグメントの長さを関数の戻り値として返します。 - Python

Return the ASCII value of a string of one character or a Unicode character.例文帳に追加

1 文字からなる文字列または Unicode 文字の ASCII 値を返します。 - Python

The return value is 0 if no exception is raised,or -1 if an exception is raised. 例文帳に追加

例外が発生させられなければ、戻り値は0です。 - Python

Return the maximum of the absolute value of all samples in a fragment.例文帳に追加

音声データ全サンプルの絶対値 の最大値を返します。 - Python

Return the value of the Content-Type: header's parameterparam as a string. 例文帳に追加

メッセージの Content-Type: ヘッダ中のパラメータ param を文字列として返します。 - Python

Set the priority mask to maskpri and return the previous mask value.例文帳に追加

優先度マスクを maskpri に設定し、以前のマスク値を返します。 - Python

Return the value of the given socket option (see the Unix man page 例文帳に追加

ソケットに指定されたオプションを返します(Unixのマニュアルページ - Python

The return value is a string of the bytes read. 例文帳に追加

戻り値として、受信したバイト列の文字列を返します。 - Python

When a return torque value is a right direction after the latch, the temporary value is successively and incrementally changed to a final value and a sudden increase of return torque is avoided.例文帳に追加

ラッチ後、戻りトルク値が正しい方向のとき、一時値を最終値へ逐次増分的に変化させ、戻りトルクの突然の増加を回避する。 - 特許庁

It is also possible to return the inverted Z value of the Z buffer to a value before inversion.例文帳に追加

反転されたZバッファのZ値を反転前の値に戻すようにしてもよい。 - 特許庁

If the function result underflows and produces an unrepresentable value, the return value is 0. 例文帳に追加

関数の結果がアンダーフローし、表現できない値となる場合は、返り値は 0.0 となる。 - JM

in the child will return the wrong value (to be precise: it will return the PID of the parent process). 例文帳に追加

を呼び出すと間違った値が返ることだろう(正確にいうと、親プロセスの PID が返される)。 - JM

In the Properties window, select the value field of the Name property to make it editable and type return. 例文帳に追加

「プロパティー」ウィンドウで、「名前」プロパティーの値フィールドを選択して編集可能にし、「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

A return value managing means 34 stores the charge return value calculated by the calculating means 33 in the wallet and also manages the return value for every wallet of the user 100 by subtracting a value from an accumulated amount in the case the charge return value is used.例文帳に追加

還元値管理手段34は、還元値算出手段33で算出された料金還元値をウォレットに蓄積し、かつ、この料金還元値が使用された場合はその値を蓄積量から減算することにより、利用者100のウォレット毎の還元値を管理する。 - 特許庁

例文

Choose a column for the return value and choose a column for the display value. 例文帳に追加

戻り値の列を値フィールドから選択し、表示値の列を表示フィールドから選択します。 - NetBeans




  
Copyright © Japan Patent office. All Rights Reserved.
  
EDR日英対訳辞書
Copyright © National Institute of Information and Communications Technology. 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.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS