multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.data
/
Slice
Slice
common
class
Slice
(
start
:
Int
,
stop
:
Int
,
step
:
Int
)
:
Indexing
,
ClosedRange
<
Int
>
Content copied to clipboard
Slice class. An analogue of slices in python.
Types
Constructors
Functions
Properties
Constructors
Slice
Link copied to clipboard
common
fun
Slice
(
start
:
Int
,
stop
:
Int
,
step
:
Int
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Functions
contains
Link copied to clipboard
common
open
operator override
fun
contains
(
value
:
Int
)
:
Boolean
Content copied to clipboard
equals
Link copied to clipboard
common
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
common
open
override
fun
hashCode
(
)
:
Int
Content copied to clipboard
range
To
Link copied to clipboard
common
operator
fun
rangeTo
(
step
:
Int
)
:
Slice
Content copied to clipboard
operator
fun
rangeTo
(
step
:
RInt
)
:
Slice
Content copied to clipboard
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
end
Inclusive
Link copied to clipboard
common
open
override
val
endInclusive
:
Int
Content copied to clipboard
start
Link copied to clipboard
common
open
override
val
start
:
Int
Content copied to clipboard
step
Link copied to clipboard
common
val
step
:
Int
Content copied to clipboard
stop
Link copied to clipboard
common
val
stop
:
Int
Content copied to clipboard