MathUtilGetIntervalT Method (Double, T, FuncT, Double, Double) |
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntaxpublic static int GetInterval<T>(
double arg,
T[] vector,
Func<T, double> valueSelector,
out double fraction
)
Parameters
- arg
- Type: SystemDouble
- vector
- Type: T
- valueSelector
- Type: SystemFuncT, Double
- fraction
- Type: SystemDouble
Type Parameters
- T
Return Value
Type:
Int32
See Also