id | title | hide_title |
---|---|---|
faastjs.statistics.update |
Statistics.update() method |
true |
faastjs > Statistics > update
Update statistics with a new value in the sequence.
Signature:
update(value: number | undefined): void;
Parameter |
Type |
Description |
---|---|---|
value |
number | undefined |
void