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