Hermes
Toggle table of contents
0.3.4
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Hermes
ftc
/
gay.zharel.hermes.tuning
/
MutableSignal
Mutable
Signal
@
Serializable
class
MutableSignal
(
val
times
:
MutableList
<
Double
>
=
mutableListOf()
,
val
values
:
MutableList
<
Double
>
=
mutableListOf()
)
Members
Members & Extensions
Constructors
Mutable
Signal
Link copied to clipboard
constructor
(
times
:
MutableList
<
Double
>
=
mutableListOf()
,
values
:
MutableList
<
Double
>
=
mutableListOf()
)
Properties
times
Link copied to clipboard
val
times
:
MutableList
<
Double
>
values
Link copied to clipboard
val
values
:
MutableList
<
Double
>
Functions
as
Pair
Link copied to clipboard
fun
asPair
(
)
:
MutableList
<
Pair
<
Double
,
Double
>
>
from
Times
Link copied to clipboard
fun
MutableSignal
.
fromTimes
(
times
:
MutableList
<
Double
>
)
:
MutableSignal
Interpolates with the given times to find new values.