div

open operator fun StructureND<T>.div(arg: T): StructureND<T>

Divides an ND structure by an element of it.

Receiver

the dividend.

Return

the quotient.

Parameters

arg

the divisor.


open operator fun T.div(arg: StructureND<T>): StructureND<T>

Divides an element by an ND structure of it.

Receiver

the dividend.

Return

the quotient.

Parameters

arg

the divisor.