Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static Object PerformArithmethicOperation(
	Object leftOperandValue,
	ExOp operatorToUse,
	Object rightOperandValue
)

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: Object
See Also