1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 102



例文

also return NULL if rootp was NULL on entry. 例文帳に追加

は NULL を返す。 - JM

NULL, _IOLBF, 0); "RETURN VALUE" 例文帳に追加

返り値 - JM

XDefaultStringdoes not return NULL. 例文帳に追加

XDefaultStringは NULL を返さない。 - XFree86

On failure, return NULL.例文帳に追加

失敗すると NULLを返します。 - Python

例文

This routine can return NULL. 例文帳に追加

このルーティンが NULL を返す場合もある。 - JM


例文

Make sure that you remove return null; because it will be replaced with return Detail; 例文帳に追加

return null; が削除され、return Detail; に置き換えられていることを確認します。 - NetBeans

isn't positive or numeric, return a null string. 例文帳に追加

ナル文字列を返す。 - JM

Thus, there is no NULL error return. 例文帳に追加

よって NULL エラーが返されることはない。 - JM

On error, these functions return NULL. 例文帳に追加

エラーの場合、これらの関数は NULL を返す。 - JM

例文

If not set, return NULL. 例文帳に追加

設定されていない場合はNULLを返します。 - Python

例文

Again, make sure that you remove return null; because it will be replaced with return Detail; 例文帳に追加

ふたたび、return null; が削除され、return Detail; に置き換えられていることを確認します。 - NetBeans

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

It may return NULL when the year does not fit into an integer. 例文帳に追加

年が整数型に収まらない場合、NULL を返す。 - JM

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

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

return pointers to null-terminated strings. 例文帳に追加

は、いずれも NULL で終端された文字列へのポインタを返す。 - JM

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

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

For a long option, they return val if flag is NULL, and 0 otherwise. 例文帳に追加

長いオプションに対しては、flag が NULL なら val を返し、flag が NULL 以外なら 0 を返す。 - JM

functions return a pointer to the next token, or NULL if there are no more tokens. 例文帳に追加

は次のトークンへのポインタか、トークンがなければ NULL を返す。 - JM

functions return a pointer to the mntent structure or NULL on failure. 例文帳に追加

はmntent構造体へのポインタを返す。 - JM

functions return a pointer to the previous state array, or NULL on error. 例文帳に追加

関数は直前の状態配列へのポインタまたは NULL を返す。 - JM

Upon failure or end-of-file, these functions return NULL and 0, respectively. 例文帳に追加

失敗するとこれらの関数は NULL を返し、end-of-file になったら 0 を返す。 - JM

functions return the hostent structure or a NULL pointer if an error occurs. 例文帳に追加

関数はhostent構造体を返す。 エラーが起こったら NULL ポインタを返す。 - JM

If null, this should return an array with this indices, although others could be set as well: 例文帳に追加

null の場合、この関数は以下の要素を持つ配列を返します。 - PEAR

Function name (NULL to return the first protocol of the type requested)例文帳に追加

関数名 (NULLの場合は、指定した型の最初のプロトコルを返します)。 - PEAR

Return value mixed - returns int or NULL if root object例文帳に追加

返り値 整数値、あるいはルートオブジェクトである場合に NULLを返します。 - PEAR

If the return value is NULL, an exceptionshall have been set. 例文帳に追加

戻り値を NULLにする場合、例外をセットしておかなければなりません。 - Python

Return the concatenation of o1 and o2 on success, and NULL on failure.例文帳に追加

成功するとo1 と o2 の連結 (concatenation) を返し、失敗すると NULL を返します。 - Python

Return a new tuple object of size len, or NULL on failure. 例文帳に追加

サイズが len 新たなタプルオブジェクトを返します。 失敗すると NULL を返します。 - Python

return submitted element value or NULL if not set例文帳に追加

送信された要素の値、あるいは設定されていない場合に NULLを返します。 - PEAR

Return true if ob is a cell object; ob must not be NULL.例文帳に追加

ob がセルオブジェクトの場合に真を返します;ob は NULL であってはなりません。 - Python

Drag the getGoogleMap item and drop it into the body of the getGoogleMap method you created in Step 2, just before the return = null; line. 例文帳に追加

getGoogleMap 項目をドラッグして、手順 2 で作成した getGoogleMap メソッドの return = null; 行の直前にドロップします。 - 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

Return true if ob is a generator object; ob must not be NULL.例文帳に追加

ob がジェネレータオブジェクトの場合に真を返します。 obが NULL であってはなりません。 - Python

Return element of o corresponding to the object key or NULL on failure.例文帳に追加

オブジェクト key に対応するo の要素を返します。 失敗すると NULLを返します。 - Python

Return the result of repeating sequence object o counttimes, or NULL on failure. 例文帳に追加

成功するとオブジェクトo の count 回繰り返しを返し、失敗すると NULL を返します。 - Python

If there is no visible preedit text, then it is input method implementation-dependentwhether these procedures return a non-NULL string or NULL. 例文帳に追加

可視状態の前編集領域がない場合は、これらの手続きが NULL を返すか、NULL でない文字列を返すかは実装依存である。 - XFree86

The functions that return a pointer return NULL if no more entries are available or if an error occurs during processing. 例文帳に追加

ポインタを返す関数は、これ以上エントリがない場合や処理中にエラーが発生した場合 NULL を返す。 - JM

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

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

On failure, these functions return NULL, and errno is set to indicate the error. 例文帳に追加

失敗した場合、これらの関数は NULL を返し、errnoにエラーを示す値を設定する。 - JM

If t is non-NULL, the return value is also stored in the memory pointed to by t . 例文帳に追加

もしtが NULL でなかったら返り値はtの指しているメモリにも格納される。 - JM

If the end of the file is reached, the function will return null. 例文帳に追加

ファイルの終端ファイルの終端に達した場合は、この関数はnull を返します。 - PEAR

Remember that they return NULL if the location can't be determined. 例文帳に追加

場所が取得できなかった場合は NULLが返されることを覚えておきましょう。 - PEAR

Return the floor of o1 divided by o2, or NULL on failure.例文帳に追加

成功するとo1 を o2 で除算した切捨て値を返し、失敗すると NULL を返します。 - Python

Return the ith element of o, or NULL on failure.This is the equivalent of the Python expression" 例文帳に追加

成功すると o の i 番目の要素を返し、失敗すると NULL を返します。 Python の式 " - Python

If the buffer is not NULL, the return value might be a shared object.例文帳に追加

バッファが NULL でない場合、戻り値は共有されたオブジェクトになることがあります。 - Python

The return string is always terminated with a null byte. 例文帳に追加

返される文字列は常にヌル文字で終端される。 - JM

functions return a pointer to the matched character or NULL if the character is not found. 例文帳に追加

関数は、一致した文字へのポインタか、もし文字が見つからない場合は NULL を返す。 - JM

return the pointer to the allocated memory, or NULL if the request fails. 例文帳に追加

は割り当てられたメモリへのポインタを返す。 割り当てに失敗した場合は NULL を返す。 - JM

例文

Return the slice of sequence object o between i1 and i2, or NULL on failure.例文帳に追加

成功するとo の i1 から i2 までの間のスライスを返し、失敗すると NULL を返します。 - Python




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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 (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.
  
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