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

longLongValue

The long long value of the string. 文字列のlong long値。

Declaration 宣言

var longLongValue: Int64 { get }

Discussion 議論

The long long value of the string, assuming a decimal representation and skipping whitespace at the beginning of the string. This property is LLONG_MAX or LLONG_MIN on overflow. This property is 0 if the receiver doesn’t begin with a valid decimal text representation of a number. 文字列のlong long値は、10進表現を仮定しています、そして文字列の始まりでの空白を飛ばします。このプロパティは、LLONG_MAXまたはLLONG_MINをオーバーフローでは含みます。このプロパティは0です、もしレシーバがある数の有効な10進テキスト表現で始まらないならば。

This property uses formatting information stored in the non-localized value; use an Scanner object for localized scanning of numeric values from a string. このプロパティは、ローカライズされない値において格納される書式設定情報を使います;Scannerオブジェクトを文字列から数値のローカライズされた走査をするのに使ってください。

See Also 参照

Getting Numeric Values 数値を取得する

Related Documentation 関連文書