「padding character」を含む例文一覧(3)

  • Pad a numeric result string with zeros even if the conversion specifier character uses space-padding by default.
    変換指定文字がデフォルトではスペースでパディングを行う場合でも、数値の結果文字列へのパディングを 0 で行う。 - JM
  • The alternate form causes a leading zero ("0") to be inserted between left-hand padding and the formatting of the number if the leading character of the result is not already a zero.
    別形式の出力にした場合、変換結果の先頭の数字がゼロ ("0") でないときには、数字の先頭と左側のパディングとの間にゼロを挿入します。 - Python
  • The alternate form causes a leading '0x' or '0X'(depending on whether the "x" or "X" format was used) to be inserted between left-hand padding and the formatting of the number if the leading character of the result is not already a zero.
    別形式にした場合、変換結果の先頭の数字がゼロでないときには、数字の先頭と左側のパディングとの間に '0x' または '0X' (フォーマット文字が "x" か "X" かに依存します)が挿入されます。 - Python

例文データの著作権について

  • 大規模オープンソース日英対訳コーパス
    この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  • JM
    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.
  • Python
    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.