Single.Epsilon Field: Represents the smallest positive Single value that is greater than zero.
using System; public class Example { public static void Main() { Console.WriteLine(Single.Epsilon); } }