public class Output
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static java.lang.String |
print(double num) |
Outputs a numeric value to the user log.
|
static java.lang.String |
print(java.lang.String str) |
Outputs a string value to the user log.
|
public static java.lang.String print(java.lang.String str)
str - string value to outputpublic static java.lang.String print(double num)
num - numeric value to outputCopyright © 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.