NightOwl888 opened a new pull request #486: URL: https://github.com/apache/lucenenet/pull/486
Changed all references that were `float.MinValue` and `double.MinValue` to `float.Epsilon` and `double.Epsilon` because those are the .NET equivalent constants to `Float.MIN_VALUE` and `Double.MIN_VALUE` in Java ### References: - [Why is Double.MIN_VALUE in not negative](https://stackoverflow.com/a/3884879) - [Why is Float.MIN_VALUE in Java a positive value?](https://stackoverflow.com/a/11420190) - [Java: Float.MIN_VALUE vs Float.MIN_NORMAL](https://programming.guide/java/float-min-value-vs-float-min-normal.html) - [Float Javadocs](https://docs.oracle.com/javase/7/docs/api/java/lang/Float.html#MIN_VALUE) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
