Click or drag to resize

SequenceExpressionExecutionHelperMulObjects Method

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public static Object MulObjects(
	Object leftValue,
	Object rightValue,
	string balancedType,
	string leftType,
	string rightType,
	IGraph graph
)

Parameters

leftValue
Type: SystemObject
rightValue
Type: SystemObject
balancedType
Type: SystemString
leftType
Type: SystemString
rightType
Type: SystemString
graph
Type: de.unika.ipd.grGen.libGrIGraph

Return Value

Type: Object
See Also