Exemple #1
0
 private byte GetPhaseLengthCustom(int location) => ClimateDataBinaryCreateTranslation.GetPhaseLen(_data.Span[5]);
Exemple #2
0
 private DateTime GetSunsetEndCustom(int location) => ClimateDataBinaryCreateTranslation.GetDate(_data.Span[3]);
Exemple #3
0
 private Climate.MoonPhase GetPhaseCustom(int location) => (Climate.MoonPhase)ClimateDataBinaryCreateTranslation.GetPhaseInt(_data.Span[5]);
Exemple #4
0
 private DateTime GetSunriseBeginCustom(int location) => ClimateDataBinaryCreateTranslation.GetDate(_data.Span[0]);