quarkdown
Toggle table of contents
1.10.0
jvm
Platform filter
jvm
Switch theme
Search in API
quarkdown
quarkdown-stdlib
/
com.quarkdown.stdlib
/
iseven
iseven
fun
iseven
(
x
:
Number
)
:
Boolean
Return
whether the integer value of
x
is an even number
Parameters
x
number to check
Chaining
This function is designed to be
chained
with other function calls:
Number
::
iseven
->
Boolean
Content copied to clipboard