toggle menu
ktfx
0.3
jvm
switch theme
search in API
ktfx-commons
/
ktfx.bindings
/
lessEq
less
Eq
infix inline
fun
ObservableNumberValue
.
lessEq
(
other
:
ObservableNumberValue
)
:
BooleanBinding
infix inline
fun
ObservableNumberValue
.
lessEq
(
other
:
Double
)
:
BooleanBinding
infix inline
fun
Double
.
lessEq
(
other
:
ObservableNumberValue
)
:
BooleanBinding
infix inline
fun
ObservableNumberValue
.
lessEq
(
other
:
Float
)
:
BooleanBinding
infix inline
fun
Float
.
lessEq
(
other
:
ObservableNumberValue
)
:
BooleanBinding
infix inline
fun
ObservableNumberValue
.
lessEq
(
other
:
Long
)
:
BooleanBinding
infix inline
fun
Long
.
lessEq
(
other
:
ObservableNumberValue
)
:
BooleanBinding
infix inline
fun
ObservableNumberValue
.
lessEq
(
other
:
Int
)
:
BooleanBinding
infix inline
fun
Int
.
lessEq
(
other
:
ObservableNumberValue
)
:
BooleanBinding
See also
Number
Expression
Base.
less
Than
Or
Equal
To
infix inline
fun
ObservableStringValue
.
lessEq
(
other
:
ObservableStringValue
)
:
BooleanBinding
infix inline
fun
ObservableStringValue
.
lessEq
(
other
:
String
)
:
BooleanBinding
infix inline
fun
String
.
lessEq
(
other
:
ObservableStringValue
)
:
BooleanBinding
See also
String
Expression.
less
Than
Or
Equal
To