DistributedLoadTryGetValue(Double) Method
Namespace: Karamba.Loads.BeamAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public double TryGetValue(
double position
)
Public Function TryGetValue (
position As Double
) As Double
public:
double TryGetValue(
double position
)
member TryGetValue :
position : float -> float
- position Double
- The position of the value to compute.
DoubleThe value if the position is valid.
double.NaN otherwise.