Int24GetTypeCode Method
Returns the System.TypeCode for value type System.Int32 (there is no defined type code for an Int24).
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.150 -- Release Build+894a28236428a6eba0477cdd376bf86cc11e6c3b
public TypeCode GetTypeCode()
Public Function GetTypeCode As TypeCode
public:
virtual TypeCode GetTypeCode() sealed
TypeCodeThe enumerated constant, System.TypeCode.Int32.
IConvertibleGetTypeCode
There is no defined Int24 type code and since an Int24 will easily fit inside an Int32, the
Int32 type code is returned.