|
DistributedLoadLoadPositionValue Constructor (Double, Double)
|
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic LoadPositionValue(
double pos,
double val = 0
)
Public Sub New (
pos As Double,
Optional val As Double = 0
)
public:
LoadPositionValue(
double pos,
double val = 0
)
new :
pos : float *
?val : float
(* Defaults:
let _val = defaultArg val 0
*)
-> LoadPositionValue
Parameters
- pos
- Type: SystemDouble
position of the load as a parameter value between 0 and 1. - val (Optional)
- Type: SystemDouble
value of the load at the given position.
See Also