distance from previous point to next point.
For the first grid point in the reach it is the distance to the grid point after this point.
For the last grid point in the reach it is the distance to the gridpiont before this point.
Namespace:
DHI.Mike1D.Engine
Assembly:
DHI.Mike1D.Engine (in DHI.Mike1D.Engine.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public double D2x { get; set; }
Public Property D2x As Double
Get
Set
public:
property double D2x {
double get ();
void set (double value);
}
Property Value
Type:
DoubleSee Also