isOdd(v)

Returns true if object v is an odd integer.


See also isEven isInteger 


Example


isOdd( 7 )

true