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

isMath

A Boolean value indicating whether the scalar is one that naturally appears in mathematical contexts. このスカラーが数学的文脈において自然に現れるものであるかどうかを指し示すブール値。

Declaration 宣言

var isMath: Bool { get }

Discussion 解説

The set of scalars for which this property is true includes mathematical operators and symbols as well as specific Greek and Hebrew letter variants that are categorized as symbols. Notably, it does not contain the standard digits or Latin/Greek letter blocks; instead, it contains the mathematical Latin, Greek, and Arabic letters and numbers defined in the Supplemental Multilingual Plane. それに対してこのプロパティがtrueであるスカラーの集合は、数学用の演算子と記号を含みます、記号として分類される特定のギリシャおよびベブライ文字異字体だけでなく。特に、それは標準の桁またはラテン/ギリシャ文字ブロックを含みません;代わりに、それは補助多言語面で定義される数学用のラテン、ギリシャ、そしてアラビア文字と数字を含みます。

This property corresponds to the “Math” and the “Other_Math” properties in the Unicode Standard.