Instance Property インスタンスプロパティ

isWholeNumber

A Boolean value indicating whether this character represents a whole number. この文字が整数を表しているかどうかを指し示すブール値。

Declaration 宣言

var isWholeNumber: Bool { get }

Discussion 解説

For example, the following characters all represent whole numbers: 例えば、以下の表意文字は全て整数を表します:

  • “1” (U+0031 DIGIT ONE) => 1

  • “५” (U+096B DEVANAGARI DIGIT FIVE) => 5

  • “๙” (U+0E59 THAI DIGIT NINE) => 9

  • “万” (U+4E07 CJK UNIFIED IDEOGRAPH-4E07) => 10_000

See Also 参照

Checking a Character’s Numeric Properties 文字の数値プロパティを確認する