Last change
on this file since bdd6491 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
361 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | import { BitBucketSize } from "./Histogram";
|
---|
| 2 | import JsHistogram from "./JsHistogram";
|
---|
| 3 | export interface JsHistogramConstructor {
|
---|
| 4 | new (lowestDiscernibleValue: number, highestTrackableValue: number, numberOfSignificantValueDigits: number): JsHistogram;
|
---|
| 5 | }
|
---|
| 6 | export declare function constructorFromBucketSize(bitBucketSize: BitBucketSize): JsHistogramConstructor;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.