Enumeration Case 列挙ケース

NSNumericSearch

Numbers within strings are compared using numeric value, that is, Name2.txt < Name7.txt < Name25.txt. 文字列内の数字は、数値を使って比較されます、すなわち、Name2.txt < Name7.txt < Name25.txt

Declaration 宣言

NSNumericSearch = 64

Discussion 議論

Numeric comparison only applies to the numerals in the string, not other characters that would have meaning in a numeric representation such as a negative sign, a comma, or a decimal point. 数値比較は文字列の中の数値に対してのみ適用されます、例えば負符号、コンマ、または小数点のような、数値表現において意味を持つ他の文字ではなく。

This option only applies to compare methods, not find. このオプションは比較メソッドにのみ適用されます、捜索ではなく。