//(int) casts float or int after it to an int intVar = (int)var
//(float) casts float or int after it to an float intVar = (float)var