Name

Odd Function

Syntax

function Odd(Value: Integer): Boolean;
function Odd(Value: Int64): Boolean;

Description

The standard Pascal Odd function returns True if Value is odd, that is, it is not evenly divisible by 2. It returns False if the number is even. Odd is not a real function.

See Also

Boolean Type, Integer Type
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset