var x = DoubleIt<NumInt, int>(Int32.MaxValue); // 20
var a = Int32.MaxValue; var b = Int32.MaxValue; var c = a + b;