BF2Statistics.Web.Bf2Stats.RankingsController.GetPage C# (CSharp) Method

GetPage() public method

Returns the page number that the players stat would appear
public GetPage ( int index ) : int
index int The player position
return int
        public int GetPage(int index) => 1 + (index / PlayersPerPage);