DistributedLoadTryGetValue(Double, Double, Boolean) Method
            
            
            
              Namespace: Karamba.Loads.BeamAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public bool TryGetValue(
	double position,
	out double value,
	out bool isOnLoadPosition
)
Public Function TryGetValue ( 
	position As Double,
	<OutAttribute> ByRef value As Double,
	<OutAttribute> ByRef isOnLoadPosition As Boolean
) As Boolean
public:
bool TryGetValue(
	double position, 
	[OutAttribute] double% value, 
	[OutAttribute] bool% isOnLoadPosition
)
member TryGetValue : 
        position : float * 
        value : float byref * 
        isOnLoadPosition : bool byref -> bool 
- 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.
 
Boolean if the given position is valid. 
 otherwise and
            
value will be 
NaN.