1 reference to MinCapacity
Microsoft.Data.Analysis (1)
DataFrameBuffer.cs (1)
48
_memory = new byte[Math.Max(capacity,
MinCapacity
) * Size];