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

set(_:forKey:)

Sets the value of the specified default key to the specified float value. 指定されたdefaultキーの値をこの指定されたfloat値へと設定します。

Declaration 宣言

func set(_ value: Float, 
  forKey defaultName: String)

Parameters パラメータ

value

The float value to store in the defaults database. defaultsデータベースに格納することになるfloat値。

defaultName

The key with which to associate the value. それと値を結びつけることになるキー。

Discussion 議論

This is a convenience method for calling set(_:forKey:). これは、set(_:forKey:)を呼び出すことに対する便宜メソッドです。

See Also 参照

Setting Default Values defaultの値を設定する

Related Documentation 関連文書