 | ExpressionsMultiply Method (String, String) |
Multiplication.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static ArithmaticExpression Multiply(
string propertyLeft,
string propertyRight
)
Parameters
- propertyLeft
- Type: SystemString
the name of the property providing left hand values - propertyRight
- Type: SystemString
the name of the property providing right hand values
Return Value
Type:
ArithmaticExpressionexpression
See Also