value is null, emit null.
QuantileOptions.skipNulls
bool skipNulls() @property nothrowGet skipNulls property.
Returns
If true (the default), null values are ignored. Otherwise, if any
void skipNulls(bool propval) @property nothrowSet skipNulls property.
Parameters
propval | If true (the default), null values are ignored. Otherwise, if any value is null, emit null. |