Click or drag to resize

Tabulated.CheckIfArgumentIsValid Method

Checks if an argument to an vector is outside the interval defined by the vector.

Namespace:  DHI.Mike1D.StructureModule
Assembly:  DHI.Mike1D.StructureModule (in DHI.Mike1D.StructureModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
protected void CheckIfArgumentIsValid(
	double x,
	double[] xTable
)

Parameters

x
Type: System.Double
Argument to be checked
xTable
Type:System.Double[]
Vector
See Also