次の方法で共有


NSCoder.DecodeFloat(String) メソッド

定義

指定したキーの値を float としてデコードします。

[Foundation.Export("decodeFloatForKey:")]
public virtual float DecodeFloat (string key);
abstract member DecodeFloat : string -> single
override this.DecodeFloat : string -> single

パラメーター

key
String

デコードする項目を識別するキー。

戻り値

属性

適用対象