Instance Method インスタンスメソッド

longLong(forKey:)

Returns the long long value associated with the specified key. 指定されたキーと結びつけられたlong long値を返します。

Declaration 宣言

func longLong(forKey aKey: String) -> Int64

Parameters パラメータ

aKey

A key in the key-value store. キー値保管の中のあるキー。

Return Value 戻り値

The long long value associated with the specified key or 0 if the key was not found. If the key exists but does not contain a numerical value, this method returns 0. 指定されたキーと結びつけられたlong long値または0、もしキーが見つけられなかったならば。キーが存在するしかしひとつの数値を含んでいないならば、このメソッドは0を返します。

See Also 参照

Getting Values 値を取得する

Related Documentation 関連文書