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

isNumber

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

Declaration 宣言

var isNumber: Bool { get }

Discussion 解説

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

  • “7” (U+0037 DIGIT SEVEN)

  • “⅚” (U+215A VULGAR FRACTION FIVE SIXTHS)

  • “㊈” (U+3288 CIRCLED IDEOGRAPH NINE)

  • “𝟠” (U+1D7E0 MATHEMATICAL DOUBLE-STRUCK DIGIT EIGHT)

  • “๒” (U+0E52 THAI DIGIT TWO)

See Also 参照

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