QuantileOptions.minCount
uint minCount() @property nothrowGet minCount property.
Returns
If less than this many non-null values are observed, emit null.
void minCount(uint propval) @property nothrowSet minCount property.
Parameters
propval | If less than this many non-null values are observed, emit null. |