using System;
public class Program
{
public static void Main()
var a = (float)0.2 * (int)32;
var t = a.GetType().FullName;
Console.WriteLine(t);
}