Preparing search index...
The search index is not available
LineUpJS - v4.11.0
LineUpJS
IHistogramStats
Interface IHistogramStats<T>
interface
IHistogramStats
<
T
>
{
count
:
number
;
hist
:
readonly
IBin
<
T
>
[]
;
max
:
T
;
maxBin
:
number
;
min
:
T
;
missing
:
number
;
}
Type Parameters
T
Hierarchy (
view full
)
IHistogramStats
IStatistics
IDateStatistics
Index
Properties
count
hist
max
max
Bin
min
missing
Properties
Readonly
count
count
:
number
Readonly
hist
hist
:
readonly
IBin
<
T
>
[]
Readonly
max
max
:
T
Readonly
max
Bin
max
Bin
:
number
Readonly
min
min
:
T
Readonly
missing
missing
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
count
hist
max
max
Bin
min
missing
LineUpJS - v4.11.0
Loading...