CombinationFactorOr Method

Or-Combine this factor with another and return the result.

Definition

Namespace: Karamba.Loads.Combination
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public CombinationFactor Or(
	CombinationFactor other
)

Parameters

other  CombinationFactor
other combination factor to be combined into this.

Return Value

CombinationFactor

[Missing <returns> documentation for "M:Karamba.Loads.Combination.CombinationFactor.Or(Karamba.Loads.Combination.CombinationFactor)"]

See Also