api / koma.extensions / div
div
@JvmName("divByte") operator fun
NDArray
<
Byte
>.div(other:
Byte
):
NDArray
<
Byte
>
@JvmName("divDouble") operator fun
NDArray
<
Double
>.div(other:
Double
):
NDArray
<
Double
>
@JvmName("divFloat") operator fun
NDArray
<
Float
>.div(other:
Float
):
NDArray
<
Float
>
@JvmName("divInt") operator fun
NDArray
<
Int
>.div(other:
Int
):
NDArray
<
Int
>
@JvmName("divLong") operator fun
NDArray
<
Long
>.div(other:
Long
):
NDArray
<
Long
>
@JvmName("divShort") operator fun
NDArray
<
Short
>.div(other:
Short
):
NDArray
<
Short
>