public class cudaOutputMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
cudaCSV
Output mode Comma separated values format.
|
static int |
cudaKeyValuePair
Output mode Key-Value pair format.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
stringFor(int n)
Returns the String identifying the given cudaOutputMode
|
public static final int cudaKeyValuePair
public static final int cudaCSV