Namespace: Consultingwerk
Class 
DecimalType Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

Purpose: Disallow instance creation
Notes:



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

PUBLIC 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

PUBLIC 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

PUBLIC 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

PUBLIC 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

PRIVATE DecimalType ()

Purpose: Disallow instance creation
Notes:



©2006-2025 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       20.01.2025 18:13:45