Click or drag to resize

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.

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

Property Value

Type: Boolean
See Also