2 references to MeanSpeedOfSun
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendricalCalculationsHelper.cs (2)
363
double timeSunLastAtLongitude = time - (
MeanSpeedOfSun
* AsSeason(InitLongitude(Compute(time) - longitude)));
365
return Math.Min(time, timeSunLastAtLongitude - (
MeanSpeedOfSun
* longitudeErrorDelta));