Create a NOT Query Expression Node


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

Syntax

Visual Basic (Declaration)
Public Shared Function Not( _ 
   ByVal nq As NetricsQuery _ 
) As NetricsQuery
C#
public static NetricsQuery Not(
   NetricsQuery nq
)
C++
public:
 static NetricsQuery Not(
   NetricsQuery nq
)
J#
public static NetricsQuery Not(
   NetricsQuery nq
)
JScript
public static  function Not(
   nq : NetricsQuery
) : NetricsQuery

Parameters

nq
NetricsQuery object that is the sub expression for this NOT.

Remarks

Take the compliment of the NetricsQuery score - i.e. a .1 becomes a .9.

See Also