Game Maker Games, Articles, Tutorials & More

Game Maker Network


Howdy, Guest! Please sign in or register an account.

Print

is_even

By Daniel · January 6, 2009

Return whether some number is in the set of even numbers: {.., -4, -2, 0, 2, 4, ..}

// is_even(n)
return (argument0 mod 2 == 0);

Categories: Mathematics

Comments

There are no comments to display.

Post a Comment

You must be signed in to post comments.

Advertisement