isEven

fun Int.isEven(): Boolean

It determines whether the specified integer is even.

Return

true if the specified integer is even.

Sources

Link copied to clipboard