다음을 통해 공유


NSCoder.DecodeDouble(String) 메서드

정의

지정된 키의 값을 double로 디코딩합니다.

[Foundation.Export("decodeDoubleForKey:")]
public virtual double DecodeDouble (string key);
abstract member DecodeDouble : string -> double
override this.DecodeDouble : string -> double

매개 변수

key
String

디코딩할 항목을 식별하는 키입니다.

반환

특성

적용 대상