NET-Web-API-w-Angular/my-app/node_modules/hdr-histogram-js/dist/Int8Histogram.d.ts

6 lines
267 B
TypeScript
Raw Normal View History

2024-02-09 00:38:41 +00:00
import TypedArrayHistogram from "./TypedArrayHistogram";
declare class Int8Histogram extends TypedArrayHistogram {
constructor(lowestDiscernibleValue: number, highestTrackableValue: number, numberOfSignificantValueDigits: number);
}
export default Int8Histogram;