function but returns a longlonginteger value.
と同様だが、long long int 型の値を返す。 - JM
2.4.4 Integer and longinteger literals
2.4.4 整数および長整数リテラル - Python
(ell-ell). A following integer conversion corresponds to a longlong int or unsigned longlong int argument, or a following n
整数変換に対応する引き数がlong long intかunsigned long long intで、n - JM
Convert a Python integer to a C longlong.
Python の整数型を、 C の long long 型に変換します。 - Python
Return a C longlong from a Python longinteger.
pylong の指す長整数値を、 C の long long 型表現で返します。 - Python
For Java DB databases, use Integer instead of Long.
Java DB データベースの場合は、Long の代わりに Integer を使用します。 - NetBeans
x converted to longinteger x の長整数への変換 - Python
Marshal a longinteger, 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 longinteger, 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 longinteger literals apart from what can be stored in available memory.Some examples of plain integer literals (first row) and longinteger literals (second and third rows): 整数リテラル (最初の行) と長整数リテラル (二行目および三行目) の例を以下に示します: - Python
Integer and longinteger literals are described by the following lexical definitions: 整数および長整数リテラルは以下の字句定義で記述されます: - Python
Convert a Python integer or longinteger 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 longlong from a Python longinteger, 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 longinteger;
それ以外の場合で、片方の引数が長整数型であれば、他方は長整数型に変換されます; - Python
This subtype of PyObject represents a Python longinteger object. この PyObject のサブタイプは長整数型を表現します。 - Python
When packing pointer-sizedvalues, Python integer or longinteger 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 longinteger. 長整数の表現のおける文字数の最大値。 - Python
Convert a string or number to a longinteger.
文字列または数値を長整数値に変換します。 - Python
This instance of PyTypeObject represents the Python longinteger type. この PyTypeObject のインスタンスは Python 長整数型を表現します。 - Python
Convert a sequence of Unicode digits to a Python longinteger value. Unicode の数字配列を Python の長整数型に変換します。 - Python
Note that the result is a longinteger if either operand is a longinteger, 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 longinteger. 修飾のない整数リテラル (16 進表現や 8 進表現の値も含みます) は、通常の整数値を表します。 - Python
Return a C unsigned long from a Python longinteger, 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 longinteger object on success,or NULL on failure.
成功するとo を長整数に変換したものを返し、失敗すると NULL を返します。 - Python
Evaluation of a literal yields an object of the given type (string,integer, longinteger, floating point number, complex number) with the given value. リテラルを評価すると、指定した型 (文字列、整数、長整数、浮動小数点数、複素数) の指定した値を持つオブジェクトになります。 - Python
The argument may be a plain or longinteger or a floating point number. 引数として通常の整数、長整数、浮動小数点数をとることができます。 - Python
The unary ~ (invert) operator yields the bit-wise inversion of its plain or longinteger 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 longinteger 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 longinteger object is returned instead. 補足説明: C 言語の long int が (DEC Alpha のように) 32 ビットよりも長いビット長を持つ場合、32 ビットよりも長い Python 整数を作成することが可能です。 そのような整数が整列化された後、C 言語の long int のビット長が 32 ビットしかないマシン上で読み戻された場合、通常整数の代わりにPython 長整数が返されます。 - Python
Plain and longinteger 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 (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 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.