Bigio.BigArray.Support_Classes.Balancer.FixedBalancer.GetNewBlockSize C# (CSharp) Method

GetNewBlockSize() public method

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