Global::pdsIsPositive Method [AX 2012]

Check if a numeric value is greater than 0

Syntax

client server public static boolean pdsIsPositive(real _value)

Run On

Called

Parameters

  • _value
    Type: real
    The value to check

Return Value

Type: boolean
true if the value is positive (greater than 0) false otherwise

See Also

Reference

Global Class