Method

ArrowQuantileOptionsset_qs

since: 9.0.0

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

Type: 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

Type: gsize

The number of qs.