toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.distributions.fitting
/
ShiftedData
Shifted
Data
data
class
ShiftedData
(
val
shift
:
Double
,
val
shiftedData
:
DoubleArray
)
Members
Constructors
Shifted
Data
Link copied to clipboard
constructor
(
shift
:
Double
,
shiftedData
:
DoubleArray
)
Properties
shift
Link copied to clipboard
val
shift
:
Double
shifted
Data
Link copied to clipboard
val
shiftedData
:
DoubleArray
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String