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
typeCode
TypeCodeType code.
Returns true
if typeCode
is a floating point number type
(float, double or decimal).
public static bool IsTypeCodeFloat(TypeCode typeCode)
typeCode
TypeCodeType code.