TabulatedCheckIfArgumentIsValid 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)
Syntaxprotected void CheckIfArgumentIsValid(
	double x,
	double[] xTable
)
Protected Sub CheckIfArgumentIsValid ( 
	x As Double,
	xTable As Double()
)
protected:
void CheckIfArgumentIsValid(
	double x, 
	array<double>^ xTable
)
Parameters
- x
 - Type: SystemDouble
Argument to be checked - xTable
 - Type: SystemDouble
Vector 
See Also