Bigio.BigArray.Support_Classes.Balancer.FixedBalancer.GetNewBlockSize C# (CSharp) Méthode

GetNewBlockSize() public méthode

public GetNewBlockSize ( int indexOfBlock ) : int
indexOfBlock int
Résultat int
        public int GetNewBlockSize(int indexOfBlock)
        {
            return DefaultBlockSize;
        }