Click or drag to resize

CombinationExpressionAndLF Method

combine other in a leading AND-operation: in the resulting combinations each term is in turn multiplied by the leading factor or the following factor.

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

Parameters

other
Type: Karamba.Loads.CombinationsCombinationExpression
other combination.

Return Value

Type: CombinationExpression
new composite combination.
See Also