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

exponentSymbol

The string used to represent an exponent symbol. 指数表象を表すのに使われる文字列。

Declaration 宣言

@property(copy) NSString *exponentSymbol;

Discussion 議論

By default, this property is set to the latin capital letter e (E). 初期状態では、このプロパティは文字e(E)に設定されます。

The exponent symbol is the “E” or “e” in the scientific notation of numbers, as in “1.0E+42“. 指数表象は、数の指数表記において “E” または “e” です、“1.0E+42“ でのように。

See Also 参照

Configuring Numeric Symbols 数値表象を構成設定する

Related Documentation 関連文書