toggle menu
Signum
3.10.0
common
switch theme
search in API
indispensable
/
at.asitplus.signum.ecmath
/
times
times
operator
fun
BigInteger
.
times
(
point
:
ECPoint
)
:
ECPoint
(
source
)
inline operator
fun
Int
.
times
(
point
:
ECPoint
)
:
ECPoint
(
source
)
inline operator
fun
Long
.
times
(
point
:
ECPoint
)
:
ECPoint
(
source
)
inline operator
fun
UInt
.
times
(
point
:
ECPoint
)
:
ECPoint
(
source
)
inline operator
fun
ULong
.
times
(
point
:
ECPoint
)
:
ECPoint
(
source
)
inline operator
fun
ModularBigInteger
.
times
(
point
:
ECPoint
)
:
ECPoint
(
source
)
inline
fun
ECPoint
.
times
(
v
:
BigInteger
)
:
ECPoint
(
source
)
inline
fun
ECPoint
.
times
(
v
:
ModularBigInteger
)
:
ECPoint
(
source
)
inline
fun
ECPoint
.
times
(
v
:
Int
)
:
ECPoint
(
source
)
inline
fun
ECPoint
.
times
(
v
:
UInt
)
:
ECPoint
(
source
)
inline
fun
ECPoint
.
times
(
v
:
Long
)
:
ECPoint
(
source
)
inline
fun
ECPoint
.
times
(
v
:
ULong
)
:
ECPoint
(
source
)