NumberDataPoint
in package
FinalYes
Table of Contents
Properties
- $attributes : AttributesInterface
- $exemplars : iterable<string|int, mixed>
- $startTimestamp : int
- $timestamp : int
- $value : float|int
Methods
- __construct() : mixed
Properties
$attributes read-only
public
AttributesInterface
$attributes
$exemplars read-only
public
iterable<string|int, mixed>
$exemplars
= []
$startTimestamp read-only
public
int
$startTimestamp
$timestamp read-only
public
int
$timestamp
$value read-only
public
float|int
$value
Methods
__construct()
public
__construct(float|int $value, AttributesInterface $attributes, int $startTimestamp, int $timestamp[, iterable<string|int, mixed> $exemplars = [] ]) : mixed
Parameters
- $value : float|int
- $attributes : AttributesInterface
- $startTimestamp : int
- $timestamp : int
- $exemplars : iterable<string|int, mixed> = []