ConstantGrowthStrategy.

NewSize(long, long) Method

Summary

returns the incremented size after the growth strategy has been applied

Syntax

public virtual long NewSize(long curSize, long requiredSize)

Parameters

Name Type Description
curSize long the original size
requiredSize long

Return Value

Type Description
long the new size