Cut off the result set at a specific absolute value.


Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)

Syntax

Visual Basic (Declaration)
Public Sub useAbsoluteCutoff( _ 
   ByVal val As Double _ 
)
C#
public void useAbsoluteCutoff(
   double val
)
C++
public:
 void useAbsoluteCutoff(
   double val
) sealed 
J#
public void useAbsoluteCutoff(
   double val
)
JScript
public  function useAbsoluteCutoff(
   val : double
)

Parameters

val
The percentage at which to cut off.

Remarks

If one wants to use one of the dynamic cutoffs below as well as an absolute cutoff, post-processing the results to enforce the absolute cutoff may be better than setting it here.

See Also