KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.simopt.solvers
/
Point
Point
data
class
Point
(
val
coordinates
:
IntArray
)
(
source
)
Members
Constructors
Point
Link copied to clipboard
constructor
(
dimension
:
Int
)
constructor
(
coordinates
:
IntArray
)
Properties
coordinates
Link copied to clipboard
val
coordinates
:
IntArray
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