DistributedLoadTryGetValue(Double, Double, Boolean) Method

Compute the value of the DistributedLoad at the given position.

Definition

Namespace: Karamba.Loads.Beam
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public bool TryGetValue(
	double position,
	out double value,
	out bool isOnLoadPosition
)

Parameters

position  Double
The position of the value to compute.
value  Double
The computed value of the load at position.
isOnLoadPosition  Boolean
True if the given position coincides with a load-collocation point.

Return Value

Boolean
if the given position is valid. otherwise and value will be NaN.

See Also