 | WDSearchInterfaceEstimateMax Method |
Namespace:
LynceeTec.Processing
Assembly:
LynceeTec.InterfaceProcessing (in LynceeTec.InterfaceProcessing.dll) Version: 0.0.0.0
Syntaxpublic virtual double EstimateMax(
int[] pPos,
double[] pContrast
)
public:
virtual double EstimateMax(
array<int>^ pPos,
array<double>^ pContrast
)
Parameters
- pPos
- Type: SystemInt32
- pContrast
- Type: SystemDouble
Return Value
Type:
DoubleImplements
IMaxEstimatorEstimateMax(Int32, Double)
See Also