DPL StudioDPL Studio GuideAppendix B: Supported FunctionsLogical FunctionsIsOddOn this pageIsOddIsOdd Function Returns True if number is odd, or False if number is even. Syntax IsOdd(scalar Value) Arguments ArgumentDescription(scalar Value)Number to be evaluated as odd or even Examples: IsOdd(25) Returns true as 25 is an odd number.