1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 907



例文

Returns list of files ignored while parsing directories Return value returnsarray or false on error 例文帳に追加

Returns list of files ignored while parsing directories返り値 returnsarrayor false on error - PEAR

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

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

The return value is one of: PASSED 例文帳に追加

返り値は以下のいずれかです。 PASSED - PEAR

Return value string containing the filename. 例文帳に追加

返り値 ファイル名を含む文字列 - PEAR

例文

Return an attribute value as a string. 例文帳に追加

属性値を文字列で返します。 - Python


例文

Return the time of last access of path. The return value is a number giving the number of seconds since the epoch (see the例文帳に追加

pathに最後にアクセスした時刻を、エポック( - Python

There are two versions of the return statement. The first form, "return", returns the value 0 to the calling expression. 例文帳に追加

return 文には 2 つの形式があり、ひとつめの形式 "return" は、呼び出し元に値 0 を返します。 - JM

It should be noted that expr^0 will always return the value of 1. "( expr )" 例文帳に追加

expr^0 は常に 1 を返します。 - JM

Otherwise, the return value is 0. 例文帳に追加

そうでなければ返り値は 0 である。 - JM

例文

in these threads should return the same value as getppid (2) 例文帳に追加

本当は、これらのスレッドでgetppid (2) - JM

例文

device disconnected "RETURN VALUE" 例文帳に追加

デバイスが接続されていない返り値 - JM

Return value returns The temporary directory.例文帳に追加

返り値 一時ディレクトリを返します。 - PEAR

The other functions do not return a value. 例文帳に追加

その他の関数は値を返さない。 - JM

Return value returnsXML data Throws 例文帳に追加

返り値 XML データを返します。 例外・エラー - PEAR

Returns the status of the connection Return value boolean - TRUE, if connected 例文帳に追加

接続の状態を返します。 - PEAR

A positive return value means wide-character oriented. A negative return value means byte oriented. 例文帳に追加

正の返り値はワイド文字単位を、負の返り値はバイト単位を意味する。 - JM

The return value is the previous seed for the random number generator. 例文帳に追加

直前の種の値を返します。 - JM

return a non-zero value on error. 例文帳に追加

は、エラーの場合に 0 以外の値を返す。 - JM

Return value array containing all accounts. 例文帳に追加

返り値 全てのアカウントを含む配列 - PEAR

Read a byte from the socket Return value mixed - the data or a PEAR_Error 例文帳に追加

1 バイトのデータを読み込みます。 - PEAR

A return value of zero means undecided. 例文帳に追加

返り値が 0 ならば未決定を意味する。 - JM

timed out, then the return value will be zero. 例文帳に追加

がタイムアウトすると、返り値は 0 になる。 - JM

In general, a 0 return value indicates success. 例文帳に追加

一般に、返り値 0 は成功を表す。 - JM

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

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

Return value Returns array 'name map'. 例文帳に追加

返り値 「名前マップ」の配列を返します。 - PEAR

Return value returns the GtkStyle widget for the label.例文帳に追加

返り値 ラベルの GtkStyle ウィジェットを返します。 - PEAR

The trace function's return value is ignored.例文帳に追加

トレース関数の戻り値は無視されます。 - Python

These functions do not return any value. 例文帳に追加

これらの関数は、なにも値を返さない。 - JM

These functions return the absolute value of x . 例文帳に追加

これらの関数はxの絶対値を返す。 - JM

should return the new nice value. 例文帳に追加

は新しい nice 値を返すと規定されている。 - JM

Return value array- list of package names Throws 例文帳に追加

返り値 パッケージ名の一覧を返します。 - PEAR

Return value returnstrue if ok 例文帳に追加

返り値 returns成功した場合に true を返します。 - PEAR

Return the value of sample index from the fragment. 例文帳に追加

データ中のindex サンプル目の値を返します。 - Python

The second form, "return ( expression )", computes the value of the expression and returns that value to the calling expression. 例文帳に追加

もうひとつの形式 "return ( expression )" は、expression の値を計算し、それを呼び出し元に返します。 - JM

The return stack controller reads the number of return levels from a value embedded in the return instruction.例文帳に追加

復帰スタックコントローラは、復帰命令に埋め込まれた値から復帰レベルの数を読み取る。 - 特許庁

Inconsistent returns from a function (where some return expressions return a value, and some do not) 例文帳に追加

関数から戻る方法の不統一 (return 式が値を返す場合と返さない場合があるなど)。 - NetBeans

Return a string object containing the marshalled representation of value.例文帳に追加

value の整列化表現が入った文字列オブジェクトを返します。 - Python

Return the string that would be written to a file bydump(value, file). 例文帳に追加

dump(value, file) でファイルに書き込まれるような文字列を返します。 - Python

If an item in o is equal to value, return 1, otherwise return 0.On error, return -1.例文帳に追加

o のある要素が value と等価 (equal) ならば1 を返し、それ以外の場合には 0 を返します。 エラーが発生すると -1 を返します。 - Python

Otherwise the return value is undefined. 例文帳に追加

それ以外の場合、返り値は未定義である。 - JM

is the same; this return value was also specified in SUSv2.) 例文帳に追加

この返り値は SUSv2 でも規定されている。 - JM

These functions return the rounded integer value. 例文帳に追加

これらの関数は丸めた整数値を返す。 - JM

However, the Linux and (g)libc (earlier than glibc 2.2.4) return value is non-standard, see below. 例文帳に追加

詳細は以下を参照のこと。 - JM

Return value returns the full text of the label.例文帳に追加

返り値 ラベルのテキスト全体を返します。 - PEAR

Return current value of an individual option. 例文帳に追加

特定のオプションの現在の値を返します。 - PEAR

Return the value of the named attributed of object. name must be a string.例文帳に追加

指定された object の属性を返します。 - Python

They return the value returned by XmbTextEscapement, XwcTextEscapement or Xutf8TextEscapement.例文帳に追加

これらの値は、XmbTextEscapement ,やXwcTextEscapement ,Xutf8TextEscapementによって返される。 - XFree86

tests (which return a true or false value), and actions (which have side 例文帳に追加

判別式は真または偽の値を返す。 - JM

The return value is 0 if there was a successful delete. 例文帳に追加

削除に成功すれば返り値は 0 である。 - JM

例文

The return value will be the file descriptor of the database. 例文帳に追加

返り値はデータベースのファイルディスクリプタである。 - JM




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

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS