XSBase_equidistantLevels Field |
Flag to indicate whether equidistant levels are used.
If equidistant levels are used, then getIndex and getFraction are faster.
Each derived cross section must set this flag to true (during construction),
if it does not store levels in the
_processedLevels array.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax protected bool _equidistantLevels
Protected _equidistantLevels As Boolean
protected:
bool _equidistantLevels
Field Value
Type:
BooleanSee Also