1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

intを含む例文一覧と使い方

該当件数 : 367



例文

Int to String, String to Int 例文帳に追加

Int から String へ、String から Int - NetBeans

Int to Boolean, Boolean to Int 例文帳に追加

Int から Boolean へ、Boolean から Int - NetBeans

For example, int foo . 例文帳に追加

たとえばint foo - JM

"h" (integer) [short int] 例文帳に追加

"h" (整数型) [short int] - Python

例文

"i" (integer) [int] 例文帳に追加

"i" (整数型) [int] - Python


例文

"I" (integer) [unsigned int] 例文帳に追加

"I" (整数型) [unsigned int] - Python

"l" (integer) [long int] 例文帳に追加

"l" (整数型) [long int] - Python

"H" (integer) [unsigned short int] 例文帳に追加

"H" (整数型) [unsigned short int] - Python

This is the equivalent of the Python expression "int(o)".例文帳に追加

Python の式 "int(o)" - Python

例文

calls are supported: "int ioctl(int fd, LPTIME, int arg)" 例文帳に追加

コールがサポートされている。 "int ioctl(int fd, LPTIME, int arg)" - JM

例文

was an int . 例文帳に追加

のlen引き数はintであった。 - JM

In SessionBean1 type int counter = 0; 例文帳に追加

SessionBean1 に「int counter = 0;」と入力します。 - NetBeans

Character, as an int parameter 例文帳に追加

文字、int引数として - Python

Number in decimal, as an int parameter 例文帳に追加

10進数、int引数として - Python

Number in hexadecimal, as an int parameter 例文帳に追加

16進数、int引数として - Python

A following integer conversion corresponds to a short int or unsigned short int argument, or a following n 例文帳に追加

整数変換に対応する引き数がshort intかunsigned short intで、n - JM

The flags argument is int in 4.x BSD, but unsigned int in libc4 and libc5. 例文帳に追加

flags引き数は 4.x BSD では int だが、libc4 と libc5 では unsigned int である。 - JM

Add a new operation:public float divide(int a, int b) 例文帳に追加

次の新しい操作を追加します。 public float divide(int a, int b) - NetBeans

argp points to a long int. 例文帳に追加

argp は long int のポインターである。 - JM

reads a word (that is, an int) from stream. 例文帳に追加

は stream からワード (int型) を読み込む。 - JM

writes the word w (that is, an int) to stream. 例文帳に追加

は stream にワード w (int型) を書き込む。 - JM

conversion corresponds to a pointer to a long int argument, or a following c 例文帳に追加

変換ではlong long intへのポインタ、c - JM

The "unsigned int" argument is converted to unsigned octal ( o ), 例文帳に追加

"unsigned int"引き数を、符号なし8進数( o ), - JM

was declared as int . 例文帳に追加

の返り値の型はintで宣言されていた。 - JM

The correct syntax is: int " value"; 例文帳に追加

正しい書式は以下の通り。 int " value"; - JM

were instead typed as "unsigned int" . 例文帳に追加

の引き数の型は"unsigned int"であった。 - JM

Type int stringCardStrip for the parameter and press Enter. 例文帳に追加

int stringCardStrip 」と入力し、Enter キーを押します。 - NetBeans

The type i4 is accepted as a synonym for int. 例文帳に追加

i4 型は intの別名です。 - PEAR

Types are written like this: type 'int'. 例文帳に追加

型は type 'int' のように書き表されます。 - Python

(ell-ell). A following integer conversion corresponds to a long long int or unsigned long long int argument, or a following n 例文帳に追加

整数変換に対応する引き数がlong long intかunsigned long long intで、n - JM

In the public Orders(Integer id, Products productId, int quantity)constructor, change the type of the productId argument from int to Products.例文帳に追加

public Orders(Integer id, Products productId, int quantity) コンストラクタ内で、productId 引数の型を int から Products に変更します。 - NetBeans

The types short int, unsigned int, unsignedlong long, and boolean all map to Python integer objects.例文帳に追加

short int 、 unsigned int 、 unsignedlong long 、および boolean 型は、全て Python 整数オブジェクトに対応付けられます。 - Python

prevWeekDay($format='int') Returns the previous weekday, formatted according the $formatparameter (int, array, object, timestamp) 例文帳に追加

prevWeekDay($format='int') 週の前日を返します。 $formatパラメータの内容(int, array, object, timestamp) によって書式が変わります。 - PEAR

thisWeekDay($format='int') Returns the current weekday, formatted according the $formatparameter (int, array, object, timestamp) 例文帳に追加

thisWeekDay($format='int') 週の当日を返します。 $formatパラメータの内容(int, array, object, timestamp) によって書式が変わります。 - PEAR

nextWeekDay($format='int') Returns the next weekday, formatted according the $formatparameter (int, array, object, timestamp) 例文帳に追加

nextWeekDay($format='int') 週の翌日を返します。 $formatパラメータの内容(int, array, object, timestamp) によって書式が変わります。 - PEAR

int error code 例文帳に追加

整数のエラーコード。 - PEAR

The integral value returned by these functions may be too large to store in an integer type ( int , 例文帳に追加

)これらの関数が返す整数値は整数型( int , - JM

should not be called through vsyscall, but directly through "int $0x80" . 例文帳に追加

は vsyscall 経由ではなく、直接"int $0x80"経由で呼び出すべきである。 - JM

was introduced in HP-UX 10, but it returns an int. 例文帳に追加

関数は HPUX 10 で導入されたが、このバージョンでは int を返す。 - JM

return the character read as an unsigned char cast to an int or EOF 例文帳に追加

は、文字をunsigned charとして読んでintにキャストして返す。 - JM

functions, cast to int . 例文帳に追加

関数をintでキャストしたものと等価である。 - JM

It takes an int containing the new IRQ as argument. 例文帳に追加

新しいIRQを示すintを引数としてとる。 - JM

The int argument is converted to signed decimal notation. 例文帳に追加

int引き数を符号付き 10 進表記に変換する。 - JM

modifier is present, the int argument is converted to an "unsigned char" , 例文帳に追加

修飾子がなければ、int引き数を"unsigned char" - JM

return the character written as an unsigned char cast to an int or EOF 例文帳に追加

はunsigned charとして書き込まれた文字をintにキャストして返す。 - JM

"int registerrpc(unsigned long " prognum ", unsigned long " versnum , 例文帳に追加

失敗した場合には 0 を返す。 "int registerrpc(unsigned long " prognum ", unsigned long " versnum , - JM

function but returns an "unsigned long long int" value. 例文帳に追加

関数と同様だが、"unsigned long long int"型の値を返す。 - JM

store status information in the int to which it points. 例文帳に追加

はstatusで指す int に状態情報を格納する。 - JM

Add a third parameter to the add operation:int c 例文帳に追加

3 番目のパラメータを add 操作に追加します。 int c - NetBeans

例文

By default,the IDE provides it with a String called name and an int callednumber. 例文帳に追加

デフォルトで、IDE は name という String と、number という int を提供します。 - NetBeans

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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.
  
© 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 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/ ).
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS