c# float int value code example Example: how to convert float to int c# float someFloat = 42.7f; int someInt = (int)someFloat; // 42