Single.GetTypeCode Method

Definition

Returns the TypeCode for value type Single.

public:
 virtual TypeCode GetTypeCode();
public TypeCode GetTypeCode ();
abstract member GetTypeCode : unit -> TypeCode
override this.GetTypeCode : unit -> TypeCode
Public Function GetTypeCode () As TypeCode

Returns

The enumerated constant, Single.

Implements

Applies to

See also