「Return value」を含む例文一覧(907)

<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 18 19 次へ>
  • There is no return value in this case.When invoked with the blocking argument set to true, do the same thing as when called without arguments, and return true.When invoked with the blocking argument set to false, do not block.
    引数なしで呼び出した場合にブロックするような状況であった場合には直ちに偽を返します。 - Python
  • A transmission thread and a reception thread are provided in a process for each communication prptocol and, moreover, a return value descriptor table for registering a message having the return value is provided.
    プロセス内に、通信プロトコルごとに送信スレッドと受信スレッドを設け、さらに、戻り値を有するメッセージを登録しておく戻り値記述子テーブルを設けておく。 - 特許庁
  • The return value is 0 unless the shell is not executing a loop when break is executed.
    breakが実行された時にシェルがループを実行していれば、返り値は 0 になります。 - JM
  • The return value is true unless a supplied name is not a defined alias.
    与えられたnameが定義されているエイリアスであれば、返却ステータスは真になります。 - JM
  • Return the 64-bit base value for the FS register of the current thread in the unsigned long pointed to by addr .
    現在のスレッドのFSレジスタの 64 ビットベース値を、addrが指すunsigned longの領域に格納する。 - JM
  • Return the 64-bit base value for the GS register of the current thread in the unsigned long pointed to by addr .
    現在のスレッドのGSレジスタの 64 ビットベース値を、addrが指すunsigned longの領域に格納する。 - JM
  • The return value points to static data whose content is overwritten by each call.
    返り値は、関数呼出しのたびに上書きされる静的なデータへのポインタである。 - JM
  • On success, these functions return the appropriate Bessel value of the first kind for x .
    成功すると、これらの関数はxに対する第一種ベッセル関数の値を返す。 - JM
  • functions return the next representable floating-point value following x in the direction of y .
    関数群は、y に向かう方向で x のすぐ次の浮動小数点数表現を返す。 - JM
  • conversions on the return value.
    変換が返り値に与える影響についてはどのような仮定もしないのが賢明であろう。 - JM
  • then the value of ap is undefined after the return of that function.
    の形で関数に渡されると、apの値は関数から返って来た後は不定となる。 - JM
  • Integer parameters $start is which the position within the full result set of the first row that should be included in the return value, while $count is the maximum number of rows desired within the return value.
    整数パラメータ $start は、結果セット全体の中の何行目からを結果に含めるかを指定します。 一方 $count は、返り値に含める最大の行数を指定します。 - PEAR
  • Set the cursor to the item indicated by key and return a tuple containing the key and its value.
    カーソルを key で示される要素に移動し、キー及び値からなるタプルを返します。 - Python
  • Will first attempt to cast the object to a PyIntObject, if it is not already one, and then return its value.
    オブジェクトがまだ PyIntObject でなければまず型キャストを試み、次にその値を返します。 - Python
  • Return the ceiling of x as a float, the smallest integer value greater than or equal to x.
    x の天井値 (ceil)、すなわちx 以上の最も小さい整数をfloat型で返します。 - Python
  • To rapidly save and return the register value associated accompanying the switching of a program to be executed.
    実行されるプログラムの切り替えに伴うレジスタの値の待避、復帰を高速化する。 - 特許庁
  • The print intermediary server generates an HTTP response with a return value being its processing result recorded.
    そして、その処理結果である戻り値を記録したHTTPレスポンスを生成する。 - 特許庁
  • The return value is 0 if the string matches or does not match the pattern, respectively, and 1 otherwise.
    文字列がパターンにマッチすれば返り値は 0 であり、マッチしなければ返り値は 1 になります。 - JM
  • The return value is 0 unless an unrecognized option is given or an error occurred.
    認識できないオプションが与えられた場合やエラーが起きた場合を除けば、返り値は 0 です。 - JM
  • The return value is -1 if the item is not present or the requester is a reader.
    アイテムが存在しなかったり、要求したのがリーダだった場合、 返り値は -1 である。 - JM
  • and inspect the return value of the system call at the second stop.
    を実行し、 2回目の停止でシステムコールの返り値を調べる、というようなことができる。 - JM
  • On success, these functions return the same value as the analogous functions described in remainder (3).
    成功すると、これらの関数はremainder (3) に書かれている同様の関数と同じ値を返す。 - JM
  • The return value may point to static data, possibly overwritten by the next call.
    返り値は静的データを指しているので、次の呼び出しで上書きされる可能性がある。 - JM
  • The sequence of the next optional operations is changed on the basis of the return value in the preceding step.
    次の追加オペレーションのシーケンスは、前のステップのリターン値に基づいて変更される。 - 特許庁
  • We need to return to a longheld value of compassion compassion and empathy.
    私たちは 長く重んじられてきた 思いやりと共感に立ち返る必要があるのです - 映画・海外ドラマ英語字幕翻訳辞書
  • For the items property, you specify a display label and a return value for each item in the drop-down list.
    「items」プロパティーに、ドロップダウンリスト内の各項目の表示ラベルと戻り値を指定します。 - NetBeans
  • Disconnects from a database Return value boolean - Returns TRUE on success, FALSE on failure.
    データベースとの接続を切断します。 返り値 boolean - 成功時には TRUE 、失敗時には FALSEを返します。 - PEAR
  • Return value returnsfirst element is page name, second is action name Throws
    返り値 最初の要素がページ名、次の要素がアクション名である配列を返します。 例外・エラー - PEAR
  • Handling errors is an easy task, you just have to test the return value as shown below.
    エラー処理は簡単な作業です。 単に、以下のように返り値を調べるだけでいいのです。 - PEAR
  • xsl:stylsheet) string $defaultNs- default namespace, will be used in return value, if qualified name contains only a local part
    string $defaultNs-デフォルトネームスペースです。 有修飾がローカルパートのみを含む場合使用されます。 - PEAR
  • The return value is a flag indicating whetherinterpretation of commands by the interpreter should stop.
    戻り値は、インタープリタによるコマンドの解釈実行をやめるかどうかを示すフラグです。 - Python
  • Create and return a new cell object containing the value ob.The parameter may be NULL.
    値 ob の入った新たなセルオブジェクトを生成して返します。 引数を NULL にしてもかまいません。 - Python
  • . Should return a 32-bit integerusable as a hash value for dictionary operations.
    辞書演算におけるハッシュ値として利用できる、32 ビットの整数を返さなければなりません。 - Python
  • Return a time with the same value, except for those members given new values by whichever keyword arguments are specified.
    キーワード引数で指定したメンバの値を除き、同じ値をもつ timeオブジェクトを返します。 - Python
  • This method should return the (computed) attribute value or raise an AttributeError exception.
    このメソッドは (計算された) 属性値を返すか、AttributeError 例外を送出しなければなりません。 - Python
  • The return value is a new audio configuration object; methods of audio configuration objects are described below.
    返り値は新しいaudio configuration objectです;オーディオコンフィギュレーションオブジェクトのメソッドは下に書かれています。 - Python
  • The return value is an opaque player object;methods of the player object are described below.
    不透明なプレーヤーオブジェクトを返します;プレーヤーオブジェクトのメソッドは下に記載されています。 - Python
  • Return the control character corresponding to the given character(the character bit value is bitwise-anded with 0x1f).
    与えた文字に対応する制御文字を返します (0x1f とビット単位で論理積を取ります) 。 - Python
  • Return the 8-bit character corresponding to the given ASCII character(the character bit value is bitwise-ored with 0x80).
    与えた文字に対応する 8 ビット文字を返します (0x80 とビット単位で論理和を取ります) 。 - Python
  • Changed in version 2.2.2:unquote argument added, and 3-tuple return value possible.
    バージョン 2.2.2 で 変更 された仕様:unquote 引数の追加、3要素タプルが返り値になる可能性あり - Python
  • Return the value of the boundary parameter of the Content-Type: header of the message, or failobj if either the header is missing, or has no boundary parameter.
    目的のヘッダが欠けていたり、boundary パラメータがない場合には failobj が返されます。 - Python
  • Return the magic string value used to recognize byte-compiled code files (.pyc files).
    バイトコンパイルされたコードファイル(.pycファイル)を認識するために使われるマジック文字列値を返します。 - Python
  • Guess the extension for a file based on its MIME type, given by type.The return value is a string giving a filename extension, including the leading dot (".").
    戻り値は、先頭のドット (".")を含む、ファイル拡張子を与える文字列のリストです。 - Python
  • The return value is the number of seconds remaining before a previously scheduled alarm.
    戻り値は以前にスケジュールされたアラームが通知される予定時刻までの残り時間です。 - Python
  • If an argument is present, the return value is True if the lock is acquired successfully,False if not.
    なお、引数を与えた場合、ロックを獲得するとTrue、できなかったときには False を返します。 - Python
  • This function can return a floating point value when passed two integers.New in version 2.2.
    この関数に二つの整数を渡した際、浮動小数点の値を返すことがあります。 - Python
  • This function can return a floating point value whenpassed two integers.
    この関数に二つの整数を渡した際、浮動小数点の値を返すことがあります。 - Python
  • Writes the string s to the on the object's SSL connection.The return value is the number of bytes written.
    文字列sをSSL接続で出力します。 戻り値として、送信したバイト数を返します。 - Python
  • The XmbTextEscapement, XwcTextEscapement and Xutf8TextEscapement functions return the escapement in pixels of the specified string as a value, using the fonts loaded for the specified font set.
    この際には指定されたフォントセットに対してロードされたフォントが使われる。 - XFree86
  • The sensitivity of this circuit is determined by the resistance value of the return resistor 14 and the hfe of the Tr 12.
    この回路の感度は、帰還抵抗14の抵抗値と、Tr12のh_feで決まる。 - 特許庁
<前へ 1 2 3 4 5 6 7 8 9 10 11 .... 18 19 次へ>

例文データの著作権について