Code optimization using int instead of float ?

Hey guys,

Between float variable = 5; and int variable = 5;

is there any performance gain when using the latter ?

No float and int as long as the float dose not have a decimal it well be just as efficient as a int.
latter?