Method

ArrowQuantileOptionsget_qs

Declaration [src]

const gdouble*
garrow_quantile_options_get_qs (
  GArrowQuantileOptions* options,
  gsize* n
)

Description

No description available.
Available since:9.0.0

Parameters

n gsize*
 

The number of qs.

 The argument will be set by the function.

Return value

Returns: An array of gdouble
 

The qs to be used.

 The length of the array is in the n argument.
 The data is owned by the instance.