|
|
|
|
|
IsOdd (Function) In french: EstImpair Identifies an odd number.
ResOdd = IsOdd(65)
ResOdd = IsOdd(5 + 11)
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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|