Method

ArrowQuantileOptionsset_qs

Declaration [src]

void
garrow_quantile_options_set_qs (
  GArrowQuantileOptions* options,
  const gdouble* qs,
  gsize n
)

Description

No description available.
Available since:9.0.0

Parameters

qs An array of gdouble
 

qs to be used.

 The length of the array is specified in the n argument.
 The data is owned by the caller of the function.
n gsize
 

The number of qs.