kmath
0.3.1-dev-RC
common
kmath-core
/
space.kscience.kmath.operations
/
DoubleField
/
times
times
open
inline operator override
fun
Double
.
times
(
arg
:
Double
)
:
Double
(
source
)
Multiplies this element by scalar.
Receiver
the multiplier.
Parameters
arg
the multiplicand.