ADComponentDecayCoefficient Property |
Decay coefficients, exponential decay
Halving time can be calculated from the decay coefficient based on:
T_{1/2} = ln(2)/DecayCoefficient
Namespace:
DHI.Mike1D.ADDataAccess
Assembly:
DHI.Mike1D.HDParameterDataAccess (in DHI.Mike1D.HDParameterDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public NetworkDataDouble DecayCoefficient { get; }
Public ReadOnly Property DecayCoefficient As NetworkDataDouble
Get
public:
property NetworkDataDouble^ DecayCoefficient {
NetworkDataDouble^ get ();
}
Property Value
Type:
NetworkDataDoubleSee Also