I want my float to only display first 2 number behind the dot. I don't know how to search on google because my English is not that good but here is what I want in C#
float exampleFloat = 1.32232313F
Console.WriteLine(exampleFloat)
normally this would write in console 1.32232313F
right?
I want this number to be 1.32