kmath
0.3.1-dev-RC
common
kmath-histograms
/
space.kscience.kmath.histogram
/
IntCounter
Int
Counter
class
IntCounter
:
Counter
<
Int
>
(
source
)
Members
Members & Extensions
Constructors
Int
Counter
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
open
override
fun
add
(
delta
:
Int
)
dec
Link copied to clipboard
operator
fun
IntCounter
.
dec
(
)
:
IntCounter
inc
Link copied to clipboard
operator
fun
IntCounter
.
inc
(
)
:
IntCounter
Properties
value
Link copied to clipboard
open
override
val
value
:
Int