Enumeration Case 列挙ケース

Unicode.NumericType.numeric

A digit that does not meet the requirements of the decimal numeric type or a non-digit numeric value. decimal数値型の要件を満たさない桁または非桁数値。

Declaration 宣言

case numeric

Discussion 解説

This numeric type includes fractions such as “⅕” (U+2155 VULGAR FRACTION ONE FIFTH), numerical CJK ideographs like “兆” (U+5146 CJK UNIFIED IDEOGRAPH-5146), and other scalars that are not decimal digits used positionally in the writing of base-10 numbers. この数値型は、分数たとえば “⅕” (U+2155 VULGAR FRACTION ONE FIFTH)、数値CJK文字の “兆” (U+5146 CJK UNIFIED IDEOGRAPH-5146) のようなもの、そして底10の数を書くのに桁区切りに使われる10進桁でない他のスカラーを含みます。

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を等価に扱うことができます。