Method IsTypeCodeFloat
IsTypeCodeFloat(TypeCode)
Returns true if typeCode is a floating point number type
(float, double or decimal).
public static bool IsTypeCodeFloat(TypeCode typeCode)
Parameters
typeCodeTypeCodeType code.
Returns true if typeCode is a floating point number type
(float, double or decimal).
public static bool IsTypeCodeFloat(TypeCode typeCode)
typeCode TypeCodeType code.