Summary
returns the incremented size after the growth
strategy has been applied
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .IO - Containing Type
- Constant
Growth Strategy
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 |