|
|
|
|
IsOdd (Function) In french: EstImpair Identifies an odd number.
// Odd number? ResOdd = IsOdd(65) // Returns True ResOdd = IsOdd(5 + 11) // Returns False
Syntax
<Result> = IsOdd(<Number>)
<Result>: Boolean - True if the specified number is odd,
- False otherwise.
<Number>: Integer numeric expression or integer Integer numeric expression or integer to identify. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|