1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

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

セーフサーチ:オン

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

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

セーフサーチについて

Long integerの部分一致の例文一覧と使い方

該当件数 : 92



例文

Long integers 例文帳に追加

長整数型 (long integer) - Python

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

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

"k" (integer) [unsigned long] 例文帳に追加

"k" (整数型) [unsigned long] - Python

7.2.3 Long Integer Objects 例文帳に追加

7.2.3 長整数型オブジェクト (long integer object) - Python

例文

function but returns a long long integer value. 例文帳に追加

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


例文

2.4.4 Integer and long integer literals 例文帳に追加

2.4.4 整数および長整数リテラル - 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

Convert a Python integer to a C long long. 例文帳に追加

Python の整数型を、 C の long long 型に変換します。 - Python

Return a C long long from a Python long integer. 例文帳に追加

pylong の指す長整数値を、 C の long long 型表現で返します。 - Python

例文

For Java DB databases, use Integer instead of Long. 例文帳に追加

Java DB データベースの場合は、Long の代わりに Integer を使用します。 - NetBeans

例文

x converted to long integer 例文帳に追加

x の長整数への変換 - Python

Marshal a long integer, value, to file. 例文帳に追加

long 型の整数値 value を file へ整列化します。 - Python

2.4.4 Integer and long 例文帳に追加

2.4.4 整数および長整数リテラル - Python

Convert a Python integer to a C long int. 例文帳に追加

Python の整数型を、 C の long int 型に変換します。 - Python

Convert a C long int to a Python integer object. 例文帳に追加

C の long int を Python の整数オブジェクトに変換します。 - Python

If the object is an integer or long integer, its value is returned.例文帳に追加

オブジェクトが整数か長整数なら、その値を返します。 - Python

The current value (of type integer or long integer) of the progressbar. 例文帳に追加

プログレスバーの現在の値 (整数型あるいは長整数型) です。 - Python

Convert a Python integer to a C unsigned long longwithout overflow checking. 例文帳に追加

Python の整数型を、オーバフローチェックを行わずに、 C の unsigned long long 型に変換します。 - Python

There is no limit for long integer literals apart from what can be stored in available memory.Some examples of plain integer literals (first row) and long integer literals (second and third rows):例文帳に追加

整数リテラル (最初の行) と長整数リテラル (二行目および三行目) の例を以下に示します: - Python

Integer and long integer literals are described by the following lexical definitions:例文帳に追加

整数および長整数リテラルは以下の字句定義で記述されます: - Python

Convert a Python integer or long integer pylong to a Cvoid pointer. 例文帳に追加

Python の整数型か長整数型を指す pylong を、 C のvoid ポインタに変換します。 - Python

The function's return value must be a Clong, which is a Python integer. 例文帳に追加

関数の返り値はC long(Python整数である)です。 - Python

Return a C unsigned long long from a Python long integer, without checking for overflow.New in version 2.3.例文帳に追加

Python 長整数値を、 オーバフローチェックを行わずにC の unsigned long long 型表現で返します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

otherwise, if either argument is a long integer,the other is converted to long integer; 例文帳に追加

それ以外の場合で、片方の引数が長整数型であれば、他方は長整数型に変換されます; - Python

This subtype of PyObject represents a Python long integer object.例文帳に追加

この PyObject のサブタイプは長整数型を表現します。 - Python

When packing pointer-sizedvalues, Python integer or long integer objects may be used. 例文帳に追加

ポインタ型のサイズを持った値をパックする際には、Python 整数型 およびlong 整数型オブジェクトを使うことができます。 - Python

Convert a Python integer to a C unsigned long without overflow checking.例文帳に追加

Python の整数型を、オーバフローチェックを行わずに、 C の unsigned long int 型に変換します。 - Python

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

Maximum number of characters in the representation for a long integer.例文帳に追加

長整数の表現のおける文字数の最大値。 - Python

Convert a string or number to a long integer. 例文帳に追加

文字列または数値を長整数値に変換します。 - Python

This instance of PyTypeObject represents the Python long integer type.例文帳に追加

この PyTypeObject のインスタンスは Python 長整数型を表現します。 - Python

Convert a sequence of Unicode digits to a Python long integer value.例文帳に追加

Unicode の数字配列を Python の長整数型に変換します。 - Python

Note that the result is a long integer if either operand is a long integer, regardless of the numeric value.例文帳に追加

被演算子の両方が長整数の場合、計算値に関わらず結果は長整数で返されるので注意してください。 - Python

Unadorned integer literals (including hex and octal numbers) yield plain integers unless the value they denote is too large to be represented as a plain integer, in which case they yield a long integer.例文帳に追加

修飾のない整数リテラル (16 進表現や 8 進表現の値も含みます) は、通常の整数値を表します。 - Python

Return a C unsigned long from a Python long integer, without checking for overflow.New in version 2.3.例文帳に追加

Python 長整数値を、 オーバフローチェックを行わずにC の unsigned long 型表現で返します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application defined object value. 例文帳に追加

ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans

However, you can bind to a wrapper type such as Boolean, Byte, Character, Double, Float, Integer, Long, Short, String, the primitive form of one of these wrapper types, or an application-defined object value. 例文帳に追加

ただし、Boolean、Byte、Character、Double、Float、Integer、Long、Short、String などのラッパー型、これらのいずれかのラッパー型の基本型、またはアプリケーションで定義されたオブジェクト値にバインドできます。 - NetBeans

If the argument is outside the integer range a long object will be returned instead.例文帳に追加

引数の値が整数の範囲外の場合、長整数を代わりに返します。 - Python

This is an integer (or long integer) which is guaranteed to be unique and constant for this object during its lifetime.例文帳に追加

この値は整数 (または長整数)で、このオブジェクトの有効期間は一意かつ定数であることが保証されています。 - Python

The maximum value (of type integer or long integer) of the progressbar; the progress bar (thermometer style) is full when curvalequals maxval. 例文帳に追加

プログレスバーの最大値 (整数型あるいは長整数型) です;プログレスバー (温度計, thermometer) では、curval がmaxval に等しい時に全量に到達します。 - Python

Returns the o converted to a long integer object on success,or NULL on failure. 例文帳に追加

成功するとo を長整数に変換したものを返し、失敗すると NULL を返します。 - Python

Evaluation of a literal yields an object of the given type (string,integer, long integer, floating point number, complex number) with the given value.例文帳に追加

リテラルを評価すると、指定した型 (文字列、整数、長整数、浮動小数点数、複素数) の指定した値を持つオブジェクトになります。 - Python

The argument may be a plain or long integer or a floating point number.例文帳に追加

引数として通常の整数、長整数、浮動小数点数をとることができます。 - Python

The unary ~ (invert) operator yields the bit-wise inversion of its plain or long integer argument.例文帳に追加

単項演算子 ~ (逆転) は、整数または長整数の引数をビット単位反転 (bit-wise invert) します。 - Python

There are four types of numeric literals: plain integers, long integers, floating point numbers, and imaginary numbers.例文帳に追加

数値リテラルは 4 種類あります: 整数 (plain integer)、長整数 (longinteger)、浮動小数点数 (floating point number)、そして虚数 (imaginarynumber) です。 - Python

In the formula, A is an element of the group IIA, IIIA, IVA, VA, IIB, IIIB, IVB, VB, VIB, VIIB or VIII of the long-form periodic table; X is a halogen atom; p is an integer of 0-10; q is an integer of 1-10; and r is an integer of 1-35.例文帳に追加

(式中、Aは長周期律表においてIIA、IIIA、IVA、VA、IIB、IIIB、IVB、VB、VIB、VIIB、VIII属の元素、Xはハロゲン原子、pは0〜10、qは1〜10、rは1〜35の整数を示す。) - 特許庁

Plain or long integer division yields an integer of the same type; the result is that of mathematical division with the `floor' function applied to the result.例文帳に追加

整数または長整数の除算結果は、同じ型の整数になります; この場合、結果は数学的な除算に関数 `floor' を適用したものになります。 - Python

Caveat: On machines where C's long int type has more than32 bits (such as the DEC Alpha), it is possible to create plain Python integers that are longer than 32 bits.If such an integer is marshaled and read back in on a machine whereC's long int type has only 32 bits, a Python long integer object is returned instead.例文帳に追加

補足説明: C 言語の long int が (DEC Alpha のように) 32 ビットよりも長いビット長を持つ場合、32 ビットよりも長い Python 整数を作成することが可能です。 そのような整数が整列化された後、C 言語の long int のビット長が 32 ビットしかないマシン上で読み戻された場合、通常整数の代わりにPython 長整数が返されます。 - Python

Plain and long integer types support additional operations that make sense only for bit-strings.例文帳に追加

通常および長整数型ではさらに、ビット文字列に対してのみ意味のある演算をサポートしています。 - Python

例文

Returns 0 : normal termination -1 : insufficient number of arguments -2 : row or column out of range -3 : long string truncated to 255 chars Parameter integer $row- Row 例文帳に追加

正常に終了した場合に 0、パラメータが足りない場合に -1、行や列が範囲を超えている場合に -2、長い文字列を 255 文字に切り詰めた場合に -3 を返します。 パラメータ integer $row-行。 - PEAR




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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 - 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 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 (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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS