|
UniformlyDistLoad_OLDscaledBy Method
|
Clones, scales and returns this.
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic Object scaledBy(
double scale,
Load other
)
Public Function scaledBy (
scale As Double,
other As Load
) As Object
public:
Object^ scaledBy(
double scale,
Load^ other
)
member scaledBy :
scale : float *
other : Load -> Object
Parameters
- scale
- Type: SystemDouble
Scaling factor. - other
- Type: Karamba.LoadsLoad
Other load from which to take the load-case index and name.
Return Value
Type:
ObjectScaled clone of this with load-case name of other.
See Also