Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ValueAtQuantile.php

function ValueAtQuantile::getValue

The value at the given quantile of a distribution. Quantile values must NOT be negative.

Generated from protobuf field <code>double value = 2;</code>

Return value

float

File

vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/SummaryDataPoint/ValueAtQuantile.php, line 92

Class

ValueAtQuantile
Represents the value at a given quantile of a distribution. To record Min and Max values following conventions are used:

Namespace

Opentelemetry\Proto\Metrics\V1\SummaryDataPoint

Code

public function getValue() {
    return $this->value;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal