jcuda.jnpp
Class NppRoundMode

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

public class NppRoundMode
extends java.lang.Object

Rounding modes


Field Summary
static int NPP_RND_FINANCIAL
           
static int NPP_RND_NEAR
           
static int NPP_RND_ZERO
           
 
Method Summary
static java.lang.String stringFor(int m)
          Returns the String identifying the given NppRoundMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NPP_RND_ZERO

public static final int NPP_RND_ZERO
See Also:
Constant Field Values

NPP_RND_NEAR

public static final int NPP_RND_NEAR
See Also:
Constant Field Values

NPP_RND_FINANCIAL

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

stringFor

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

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