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: 16.0.0.0 (11.1.1.1111)
Syntax protected void CheckIfArgumentIsValid(
double x,
double[] xTable
)
Parameters
- x
- Type: SystemDouble
Argument to be checked - xTable
- Type: SystemDouble
Vector
See Also