I have the following code in golang:
var fnum float32 = 99999999; var inum int32 = int32(fnum); fmt.Println(inum); // This prints out 100000000