Click or drag to resize

LCSuperPositionFactor Constructor (Double, NullableDouble)

Initializes a new instance of the LCSuperPositionFactor class. initialize a superposition factor.

Namespace:  Karamba.Loads.Combinations
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public LCSuperPositionFactor(
	double upper,
	Nullable<double> lower
)

Parameters

upper
Type: SystemDouble
upper range limit.
lower
Type: SystemNullableDouble
lower range limit.
See Also