NumericValueOperatorExecutorPerformArithmethicOperation Method |
Start method for the arithmetic operation interpreters. From here the type specific versions are called.
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 Object PerformArithmethicOperation(
Object leftOperandValue,
ExOp operatorToUse,
Object rightOperandValue
)
Public Shared Function PerformArithmethicOperation (
leftOperandValue As Object,
operatorToUse As ExOp,
rightOperandValue As Object
) As Object
Parameters
- leftOperandValue
- Type: SystemObject
The left operand value. - operatorToUse
- Type: SD.LLBLGen.Pro.ORMSupportClassesExOp
The operator to use. - rightOperandValue
- Type: SystemObject
The right operand value.
Return Value
Type:
ObjectSee Also