multik-core
0.2.0
common
multik-core
/
org.jetbrains.kotlinx.multik.ndarray.data
/
D3
D3
common
sealed
class
D3
(
val
d
:
Int
=
3
)
:
Dimension
,
Dim3
Content copied to clipboard
Three dimensions.
Types
Constructors
Functions
Properties
Inheritors
Constructors
D3
Link copied to clipboard
common
protected
fun
D3
(
d
:
Int
=
3
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
:
D3
Content copied to clipboard
Functions
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
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
d
Link copied to clipboard
common
open
override
val
d
:
Int
=
3
Content copied to clipboard
Inheritors
Companion
Link copied to clipboard