16 lines
338 B
C#
16 lines
338 B
C#
namespace View_by_Distance.Shared.Models.Stateless;
|
|
|
|
public interface IClosest
|
|
{
|
|
|
|
// 637972153144596958
|
|
// const int Digits = 3;
|
|
// const int Factor = 1000;
|
|
// const int MaximumPer = 50;
|
|
// const bool SkipIsWrongYear = false;
|
|
|
|
const int Digits = 3;
|
|
const int Factor = 1000;
|
|
const int MaximumPer = 50;
|
|
|
|
} |