Click or drag to resize

SequenceExpressionGeneratorHelperShiftRightUnsignedStatic Method

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public static string ShiftRightUnsignedStatic(
	string leftValue,
	string rightValue,
	string balancedType,
	string leftType,
	string rightType,
	IGraphModel model
)

Parameters

leftValue
Type: SystemString
rightValue
Type: SystemString
balancedType
Type: SystemString
leftType
Type: SystemString
rightType
Type: SystemString
model
Type: de.unika.ipd.grGen.libGrIGraphModel

Return Value

Type: String
See Also