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

encodeFloat:forKey:

Encodes a given float value and associates it with a key. 与えられたfloat値をエンコードして、それをあるキーと結びびつけます。

Declaration 宣言

- (void)encodeFloat:(float)value 
             forKey:(NSString *)key;

Parameters パラメータ

realv

The value to encode. エンコードする値。

key

The key with which to associate realv. This value must not be nil. このキーとrealvを結び付けます。この値は、nilではいけません。

See Also 参照

Encoding Data and Objects データとオブジェクトをエンコードする

Related Documentation 関連文書