NAME
IsNonPositive — Tell whether value is non-positive or not.
SYNOPSIS
IsNonPositive Value
DESCRIPTION
Return Value
1 The value is non-positive.
0 The value is positive.
Arguments
ValueValue to check.
More Info
If a non-numeric value is put in then an error will be generated.

For information regarding exceptions / errors, see here.
EXAMPLES
% IsNonPositive 0
1
% IsNonPositive 11
0
SEE ALSO
IsNegative, IsNonNegative, IsPositive
KEYWORDS
math