NumericValueOperatorExecutor Class |
Utility class which operates on numeric values and which applies arithmetic operations.
Inheritance Hierarchy SystemObject SD.LLBLGen.Pro.ORMSupportClassesNumericValueOperatorExecutor
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public static class NumericValueOperatorExecutor
Public NotInheritable Class NumericValueOperatorExecutor
The NumericValueOperatorExecutor type exposes the following members.
Methods
| Name | Description |
---|
| PerformArithmethicOperation |
Start method for the arithmetic operation interpreters. From here the type specific versions are called.
|
TopRemarks This class couldn't be done with generics, because Microsoft didn't implement a where clause facility to specify operators, so
it's impossible to apply operators like + or - onto generic typed parameters.
See Also