NetworkDataDoubleArrayFailOnLengthDifferences Property

Behavior in interpolation if the length of the arrays differ: Setting the FailOnLengthDifferences to true will throw an exception if the lengths differ. Setting the FailOnLengthDifferences to false will return the array closest to the requested location, i.e., no interpolation.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public bool FailOnLengthDifferences { get; }

Property Value

Boolean

See Also