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

Breadcrumb

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

function IntSum::setIsMonotonic

If "true" means that the sum is monotonic.

Generated from protobuf field <code>bool is_monotonic = 3;</code>

Parameters

bool $var:

Return value

$this

File

vendor/open-telemetry/gen-otlp-protobuf/Opentelemetry/Proto/Metrics/V1/IntSum.php, line 123

Class

IntSum
IntSum is deprecated. Use Sum with an integer value in NumberDataPoint.

Namespace

Opentelemetry\Proto\Metrics\V1

Code

public function setIsMonotonic($var) {
    GPBUtil::checkBool($var);
    $this->is_monotonic = $var;
    return $this;
}

API Navigation

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