toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.bignumber
/
CommonBigInt
/
OpStats
Op
Stats
data
class
OpStats
(
var
iterations
:
Int
=
0
,
var
bigMultiplications
:
Int
=
0
,
var
square
:
Int
=
0
)
Members
Constructors
Op
Stats
Link copied to clipboard
constructor
(
iterations
:
Int
=
0
,
bigMultiplications
:
Int
=
0
,
square
:
Int
=
0
)
Properties
big
Multiplications
Link copied to clipboard
var
bigMultiplications
:
Int
iterations
Link copied to clipboard
var
iterations
:
Int
square
Link copied to clipboard
var
square
:
Int
Functions
set
Link copied to clipboard
fun
set
(
iterations
:
Int
=
0
,
bigMultiplications
:
Int
=
0
,
square
:
Int
=
0
)