|
DistributedLoadValues Property
|
Gets the values at the interpolation points.
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<double> Values { get; }Public ReadOnly Property Values As IReadOnlyList(Of Double)
Get
public:
property IReadOnlyList<double>^ Values {
IReadOnlyList<double>^ get ();
}member Values : IReadOnlyList<float> with get
Property Value
Type:
IReadOnlyListDouble
See Also