小窓モード


プレミアム

ログイン
設定

設定

return- lessとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

Weblio専門用語対訳辞書での「return- less」の意味

returnless

リターンレス

カテゴリ 自動車用語

Weblio専門用語対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「return- less」の部分一致の例文検索結果

該当件数 : 126



例文

functions return an integer less than, equal to, or greater than zero if s1 (or the first n bytes thereof) is found, respectively, to be less than, to match, or be greater than s2.発音を聞く 例文帳に追加

関数は整数を返す。 - JM

RETURN-LESS TYPE FUEL SUPPLY DEVICE例文帳に追加

リターンレス式燃料供給装置 - 特許庁

If y is less than x , these functions will return the largest representable number less than y .発音を聞く 例文帳に追加

yがxより小さい場合、yより小さい最大の浮動小数点表現の値を返す。 - JM

If x is less than 1, a domain error occurs, and the functions return a NaN.発音を聞く 例文帳に追加

xが 1 より小さい場合、領域エラー (domain error) が発生し、NaN が返される。 - JM

If the return value is less than size ,発音を聞く 例文帳に追加

返り値がsizeより小さい場合、バックトレース全体が格納されている。 - JM

These functions return the smallest integral value that is not less than x .発音を聞く 例文帳に追加

これらの関数は x より小さくない最小の整数値を返す。 - JM

例文

To accurately control fuel injection quantity in a return-less type fuel supply device.例文帳に追加

リターンレス方式の燃料供給装置において、燃料の噴射量を正確に制御する。 - 特許庁

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

Wiktionary英語版での「return- less」の意味

returnless

語源

From return +‎ -less.

発音

形容詞

returnless (not comparable)

  1. from (または due to) which one will not, or cannot, return (of a journey, destination, situation, distance, etc.)
  2. (of something that is gone) which will not return

「return- less」の部分一致の例文検索結果

該当件数 : 126



例文

It must return an integer less than, equal to, or greater than zero if the first key argument is considered to be respectively less than, equal to, or greater than the second key argument.発音を聞く 例文帳に追加

最初のキー引数に対し、二番目のキー引数が大きい場合には正の整数を、同じ場合にはゼロを、小さい場合には負の整数を返す。 - JM

functions return an integer less than, equal to, or greater than zero if the first argument is considered to be respectively less than, equal to, or greater than the second.発音を聞く 例文帳に追加

は 1 番目の引き数が 2 番目の引き数に対して、[小さい/等しい/大きい] かに応じて、0 より [小さい/等しい/大きい] 値を返す。 - JM

Successively, a search result of a reciprocation path is determined as a forward and return paths whose differenceRb) between a total cost of a return path with coinciding forward path and a minimum total cost (Rb_min) of a return path having the smallest total cost of the return path, is less than a second predetermined value (T15).例文帳に追加

そして、往路および復路が一致する条件を満たす復路の総コストと、当該復路の総コストが最小となる最小総コスト(Rb_min)との差(ΔRb)が第2所定値未満(T15)の条件を満たす往路および復路について往復経路の探索結果とする。 - 特許庁

In the steering return control unit 24, when the steering angle is less than a predetermined return control set angle, the steering return controlling torque is set opposite to the steering angle direction, whereas when the steering angle is the return control set angle or more, the steering return controlling torque is set zero or in the steering angle direction.例文帳に追加

ステアリング戻し制御部24は、操舵角が予め定めた戻し制御設定角度よりも小さいときに、上記ステアリング戻し制御トルクを反操舵角方向に設定する一方、上記操舵角が上記戻し制御設定角度以上のときに、上記ステアリング戻し制御トルクを零または操舵角方向に設定する。 - 特許庁

The return status is greater than zero if n is greater than $# or less than zero; otherwise 0.発音を聞く 例文帳に追加

nが$#より大きい場合や 0 より小さい場合には、返却ステータスは 0 より大きい数になります。 それ以外の場合には 0 になります。 - JM

tzinfo.utcoffset(self), and raises an exception if the latter doesn't return None, or a timedelta object representing a whole number of minutes with magnitude less than one day.例文帳に追加

後者の式が None か、1 日以下の大きさを持つ経過時間を表す timedelta オブジェクトのいずれかを返さない場合には例外を送出します。 - Python

tzinfo.dst(self), and raises an exception if the latter doesn't return None, or a timedelta object representing a whole number of minutes with magnitude less than one day.例文帳に追加

後者の式が None か、1 日以下の大きさを持つ経過時間を表す timedelta オブジェクトのいずれかを返さない場合には例外を送出します。 - Python

例文

tzinfo.utcoffset(None), and raises an exception if the latter doesn't return None or a timedelta object representing a whole number of minutes with magnitude less than one day.例文帳に追加

後者の式が None か、1 日以下の大きさを持つ経過時間を表す timedelta オブジェクトのいずれかを返さない場合には例外を送出します。 - Python

>>例文の一覧を見る


return- lessのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wiktionary英語版」の記事は、Wiktionaryのreturnless (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS