Top Method Summary
Options Name Purpose
LOGICAL IsNegative (decimal) Verifies if the passed decimal is negative
LOGICAL IsNotNullOrZero (decimal) Verifies if the passed in decimal value is not unknown value or 0
LOGICAL IsNullOrEmpty (decimal) Verifies if the passed in decimal value is the unknown value or 0
LOGICAL IsPositive (decimal) Verifies if the passed decimal is positive

Top Constructor Summary
Options Name Purpose
DecimalType () Disallow instance creation


Method Detail
Top

LOGICAL IsNegative (decimal)

Purpose: Verifies if the passed decimal is negative
Notes:

Parameters:
pdDecimal DECIMAL
The decimal value to compare
Returns LOGICAL
True when the passed in decimal value is less than 0
Top

LOGICAL IsNotNullOrZero (decimal)

Purpose: Verifies if the passed in decimal value is not unknown value
or 0
Notes:

Parameters:
pdDecimal DECIMAL
The decimal value to compare
Returns LOGICAL
True when the passed in decimal value is not ? or 0
Top

LOGICAL IsNullOrEmpty (decimal)

Purpose: Verifies if the passed in decimal value is the unknown value
or 0
Notes:

Parameters:
pdDecimal DECIMAL
The decimal value to compare
Returns LOGICAL
True when the passed in decimal value is ? or 0
Top

LOGICAL IsPositive (decimal)

Purpose: Verifies if the passed decimal is positive
Notes:

Parameters:
pdDecimal DECIMAL
The decimal value to compare
Returns LOGICAL
True when the passed in decimal value greater than 0


Constructor Detail
Top

DecimalType ()

Purpose: Disallow instance creation
Notes:



©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:04:00