Check if one numeric type can be promoted to another Promotion only goes upward: integer → decimal → float → double
The source type
The target type
true if fromType can be promoted to toType
Check if one numeric type can be promoted to another Promotion only goes upward: integer → decimal → float → double