Constructor GrowableWriter
GrowableWriter(Int32, Int32, Single)
Declaration
public GrowableWriter(int startBitsPerValue, int valueCount, float acceptableOverheadRatio)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | startBitsPerValue | the initial number of bits per value, may grow depending on the data |
System.Int32 | valueCount | the number of values |
System.Single | acceptableOverheadRatio | an acceptable overhead ratio |