Click or drag to resize

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)
Syntax
public Object scaledBy(
	double scale,
	Load other
)

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: Object
Scaled clone of this with load-case name of other.
See Also