Enumeration Case 列挙ケース

Unicode.NumericType.digit

A digit that does not meet the requirements of the decimal numeric type. decimal数値型の要件を満たさない桁。

Declaration 宣言

case digit

Discussion 解説

Scalars with this numeric type are often those that represent a decimal digit but would not typically be used to write a base-10 number, such as “④” (U+2463 CIRCLED DIGIT FOUR). この数値型を持つスカラーは、たいてい10進法桁を表すがしかし概して底10の数を記述するのに使われないものです、例えば “④”(U+2463 CIRCLED DIGIT FOUR)など。

As of Unicode 6.3, any new scalars that represent numbers but do not meet the requirements of decimal will have numeric type numeric, and programs can treat digit and numeric equivalently. Unicode 6.3現在、数を表すしかしdecimalの要件を満たさないいくらかの新しいスカラーが数値型numericを持ちます、そしてプログラムはdigitnumericを等価に扱うことができます。