DistributedLoadTryGetValue(Double) 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 double TryGetValue(
	double position
)

Parameters

position  Double
The position of the value to compute.

Return Value

Double
The value if the position is valid. double.NaN otherwise.

See Also