Create a predicate of type int.
Namespace: NetricsServerInterface
Assembly: NetricsServerInterface (in NetricsServerInterface.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Function CreateIntOperand( _ ByVal i As Integer _ ) As NetricsPredicate |
| C# |
|---|
| public static NetricsPredicate CreateIntOperand( int i ) |
| C++ |
|---|
| public: static NetricsPredicate CreateIntOperand( int i ) |
| J# |
|---|
| public static NetricsPredicate CreateIntOperand( int i ) |
| JScript |
|---|
| public static
function CreateIntOperand( i : int ) : NetricsPredicate |