IGrowthStrategy.

NewSize(long, long) Method

Summary

returns the incremented size after the growth strategy has been applied
Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o.IO
Containing Type
IGrowthStrategy

Syntax

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, after the growth strategy has been applied, must be bigger than curSize