objCType

Returns a C string containing the Objective-C type of the data contained in the number object. あるC文字列を返します、その数オブジェクトの中に含まれたデータのObjective-C型を含んでいます。

Declaration 宣言

- (const char *)objCType

Return Value 戻り値

A C string containing the Objective-C type of the data contained in the number object, as encoded by the @encode() compiler directive. 数オブジェクトの中に含まれるデータのObjective-C型を含んでいるC文字列、@encode()コンパイラ指令によってエンコードされるように。

Overview 概要

The returned type does not necessarily match the method the number object was created with. 返される型は、数オブジェクトがそれで作成されたメソッドとは必ずしも一致しません。