Method CalculateBufferCapacity
CalculateBufferCapacity(uint, out uint)
Return the history buffer capacity and the resulting size of each history buffer slot necessary to store the given dynamic data size.
Declaration
public static uint CalculateBufferCapacity(uint dynamicDataSize, out uint slotSize)
Parameters
Type | Name | Description |
---|---|---|
uint | dynamicDataSize | |
uint | slotSize |
Returns
Type | Description |
---|---|
uint |