final |
|---|
readonly |
Describes how to calculate the trend of a value
| Methods | ||
|---|---|---|
public
|
__construct(
mixed $referenceValue,
bool $isRelativeDifference,
float $upDifference,
float $strongUpDifference,
float $downDifference,
float $strongDownDifference,
)
|
# |
| Properties | |||
|---|---|---|---|
public
readonly
|
mixed
|
$referenceValue
|
# |
public
readonly
|
bool
|
$isRelativeDifference
|
# |
public
readonly
|
float
|
$upDifference
|
# |
public
readonly
|
float
|
$strongUpDifference
|
# |
public
readonly
|
float
|
$downDifference
|
# |
public
readonly
|
float
|
$strongDownDifference
|
# |