This documentation is archived and is not being maintained.
Global::pdsIsPositive Method [AX 2012]
Check if a numeric value is greater than 0
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