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

GetNewBlockSize() public method

public GetNewBlockSize ( int indexOfBlock ) : int
indexOfBlock int
return int
        public virtual int GetNewBlockSize(int indexOfBlock)
        {
            return PrecalculatedSizeArray[Math.Min(indexOfBlock, PrecalculatedSizeArray.Length)];
        }