toggle menu
KSLCore
R1.1.3
jvm
switch theme
search in API
KSLCore
/
ksl.utilities.rootfinding
/
GridEnumerator
/
Evaluation
Evaluation
class
Evaluation
(
val
x
:
Double
,
val
f
:
Double
)
:
Comparable
<
GridEnumerator.Evaluation
>
An evaluation of the function at specific point
Members
Constructors
Evaluation
Link copied to clipboard
constructor
(
x
:
Double
,
f
:
Double
)
Properties
f
Link copied to clipboard
val
f
:
Double
x
Link copied to clipboard
val
x
:
Double
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
GridEnumerator.Evaluation
)
:
Int
new
Instance
Link copied to clipboard
fun
newInstance
(
)
:
GridEnumerator.Evaluation
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String