Click or drag to resize

CombinationExpressionAnd Method

combine other in an AND-operation.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract CombinationExpression And(
	CombinationExpression other
)

Parameters

other
Type: Karamba.Loads.CombinationsCombinationExpression
other combination.

Return Value

Type: CombinationExpression
new composite combination.
See Also