toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.bindings
/
times
times
inline operator
fun
ObservableNumberValue
.
times
(
other
:
ObservableNumberValue
)
:
NumberBinding
See also
Number
Expression
Base.
multiply
inline operator
fun
ObservableDoubleValue
.
times
(
other
:
ObservableDoubleValue
)
:
DoubleBinding
inline operator
fun
ObservableDoubleValue
.
times
(
other
:
Double
)
:
DoubleBinding
inline operator
fun
Double
.
times
(
other
:
ObservableDoubleValue
)
:
DoubleBinding
inline operator
fun
ObservableDoubleValue
.
times
(
other
:
Float
)
:
DoubleBinding
inline operator
fun
Float
.
times
(
other
:
ObservableDoubleValue
)
:
DoubleBinding
inline operator
fun
ObservableDoubleValue
.
times
(
other
:
Long
)
:
DoubleBinding
inline operator
fun
Long
.
times
(
other
:
ObservableDoubleValue
)
:
DoubleBinding
inline operator
fun
ObservableDoubleValue
.
times
(
other
:
Int
)
:
DoubleBinding
inline operator
fun
Int
.
times
(
other
:
ObservableDoubleValue
)
:
DoubleBinding
See also
Double
Expression.
multiply
inline operator
fun
ObservableFloatValue
.
times
(
other
:
Double
)
:
DoubleBinding
inline operator
fun
Double
.
times
(
other
:
ObservableFloatValue
)
:
DoubleBinding
inline operator
fun
ObservableFloatValue
.
times
(
other
:
Float
)
:
FloatBinding
inline operator
fun
Float
.
times
(
other
:
ObservableFloatValue
)
:
FloatBinding
inline operator
fun
ObservableFloatValue
.
times
(
other
:
Long
)
:
FloatBinding
inline operator
fun
Long
.
times
(
other
:
ObservableFloatValue
)
:
FloatBinding
inline operator
fun
ObservableFloatValue
.
times
(
other
:
Int
)
:
FloatBinding
inline operator
fun
Int
.
times
(
other
:
ObservableFloatValue
)
:
FloatBinding
See also
Float
Expression.
multiply
inline operator
fun
ObservableIntegerValue
.
times
(
other
:
Double
)
:
DoubleBinding
inline operator
fun
Double
.
times
(
other
:
ObservableIntegerValue
)
:
DoubleBinding
inline operator
fun
ObservableIntegerValue
.
times
(
other
:
Float
)
:
FloatBinding
inline operator
fun
Float
.
times
(
other
:
ObservableIntegerValue
)
:
FloatBinding
inline operator
fun
ObservableIntegerValue
.
times
(
other
:
Long
)
:
LongBinding
inline operator
fun
Long
.
times
(
other
:
ObservableIntegerValue
)
:
LongBinding
inline operator
fun
ObservableIntegerValue
.
times
(
other
:
Int
)
:
IntegerBinding
inline operator
fun
Int
.
times
(
other
:
ObservableIntegerValue
)
:
IntegerBinding
See also
Integer
Expression.
multiply
inline operator
fun
ObservableLongValue
.
times
(
other
:
Double
)
:
DoubleBinding
inline operator
fun
Double
.
times
(
other
:
ObservableLongValue
)
:
DoubleBinding
inline operator
fun
ObservableLongValue
.
times
(
other
:
Float
)
:
FloatBinding
inline operator
fun
Float
.
times
(
other
:
ObservableLongValue
)
:
FloatBinding
inline operator
fun
ObservableLongValue
.
times
(
other
:
Long
)
:
LongBinding
inline operator
fun
Long
.
times
(
other
:
ObservableLongValue
)
:
LongBinding
inline operator
fun
ObservableLongValue
.
times
(
other
:
Int
)
:
LongBinding
inline operator
fun
Int
.
times
(
other
:
ObservableLongValue
)
:
LongBinding
See also
Long
Expression.
multiply