| 例文 |
"plain integer"を含む例文一覧と使い方
該当件数 : 16件
This instance of PyTypeObject represents the Python plain integer type.例文帳に追加
この PyTypeObject のインスタンスは Python の (長整数でない) 整数型を表現します。 - 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
If the primary is a mutable sequence object (e.g., a list), the subscriptmust yield a plain integer. 例文帳に追加
一次語が変更可能なシーケンスオブジェクト (例えばリスト) の場合、まず添字は整数でなければなりません。 - 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
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
Although both lower case "l" and upper case "L" are allowed as suffix for long integers, it is strongly recommended to always use "L", since the letter "l" looks too much like the digit "1".Plain integer literals that are above the largest representable plain integer (e.g., 2147483647 when using 32-bit arithmetic) are accepted as if they were long integers instead.例文帳に追加
長整数を表す末尾の文字は小文字の "l" でも大文字の "L" でもかまいませんが、"l" は "1" に良く似ているので、常に "L" を使うよう強く勧めます。 整数で表現できる最大の値よりも大きい整数のリテラル (例えば 32-bit 整数を使っている場合には 2147483647) は、長整数として表現できる値であれば受理されます。 - Python
(The expression list is a tuple except if it has exactly oneitem.)If the primary is a sequence, the expression (list) must evaluate to a plain integer.例文帳に追加
(式リストの要素が単独である場合を除き、式リストはタプルでなければなりません。 )一次語がシーケンスの場合、式 (リスト) の値評価結果は (通常の) 整数でなければなりません。 - Python
In versions of Python prior to 2.4, octal and hexadecimal literals in the range just above the largest representable plain integer but below the largest unsigned32-bit number (on a machine using 32-bit arithmetic), 4294967296, were taken as the negative plain integer obtained by subtracting 4294967296from their unsigned value.例文帳に追加
バージョン 2.4 以前の Python では, 8 進および 16 進のリテラルのうち,通常の整数型として表現可能な値より大きく,かつ符号無しの 32-bit(32-bit 演算を使う計算機の場合) 整数で表現できる最大値,すなわち 4294967296 よりも小さな数は,リテラルを符号無し整数として表現した値から4294967296 を引いて得られる負の整数として扱っていました. - Python
The values stored for 'L' and 'I' items will be represented as Python long integers when retrieved, because Python's plain integer type cannot represent the full range of C's unsigned (long) integers.The module defines the following type:例文帳に追加
Python の通常の整数型では C の unsigned (long) 整数の最大範囲を表せないため、'L'と'I' で表現されている要素に入る値は Pythonでは長整数として表されます。 このモジュールでは次の型を定義しています: - Python
Any operation except left shift,if it yields a result in the plain integer domain without causingoverflow, will yield the same result in the long integer domain or when using mixed operands.例文帳に追加
左シフト以外の演算では、演算結果がオーバフローを起こさずに整数の定義域の値になる場合は、長整数を使った場合でも、被演算子に整数と長整数を混合した場合でも同じ結果になります。 - Python
Python fully supports mixed arithmetic: when a binary arithmetic operator has operands of different numeric types, the operand with the``narrower'' type is widened to that of the other, where plain integer is narrower than long integer is narrower than floating point is narrower than complex.Comparisons between numbers of mixed type use the same rule.例文帳に追加
Python は型混合の演算を完全にサポートします: ある 2 項演算子が互いに異なる数値型の被演算子を持つ場合、より ``制限された'' 型の被演算子は他方の型に合わせて広げられます。 - Python
| 例文 |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|