isOdd

fun Int.isOdd(): Boolean

It determines whether the specified integer is odd.

Return

true if the specified integer is odd.

Sources

Link copied to clipboard