|
LCSuperPositionFactorFacs Property
|
Gets the Upper and lower-bound multiplication factors.
Namespace:
Karamba.Loads.Combinations
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic (double , Nullable<double> ) Facs { get; }
Public ReadOnly Property Facs As ( As Double, As Nullable(Of Double))
Get
public:
property ValueTuple<double, Nullable<double>> Facs {
ValueTuple<double, Nullable<double>> get ();
}
member Facs : ValueTuple<float, Nullable<float>> with get
Property Value
Type:
ValueTupleDouble,
NullableDouble
See Also