jcuda.jnpp
Class NppCmpOp

java.lang.Object
  extended by jcuda.jnpp.NppCmpOp

public class NppCmpOp
extends java.lang.Object

Comparison operations


Field Summary
static int NPP_CMP_EQ
           
static int NPP_CMP_GREATER
           
static int NPP_CMP_GREATER_EQ
           
static int NPP_CMP_LESS
           
static int NPP_CMP_LESS_EQ
           
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given NppCmpOp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NPP_CMP_LESS

public static final int NPP_CMP_LESS
See Also:
Constant Field Values

NPP_CMP_LESS_EQ

public static final int NPP_CMP_LESS_EQ
See Also:
Constant Field Values

NPP_CMP_EQ

public static final int NPP_CMP_EQ
See Also:
Constant Field Values

NPP_CMP_GREATER_EQ

public static final int NPP_CMP_GREATER_EQ
See Also:
Constant Field Values

NPP_CMP_GREATER

public static final int NPP_CMP_GREATER
See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int m)
Returns the String identifying the given NppCmpOp

Parameters:
m - The NppCmpOp
Returns:
The String identifying the given NppCmpOp