public final class EquationUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
attribNameAsReference(String attribName)
Converts a bare name to a variable reference.
|
static long |
doubleToLong(double d)
Checked conversion of a double to a long following the Excel™ rules.
|
public static String attribNameAsReference(String attribName)
attribName - the bare name that will be convertedpublic static long doubleToLong(double d)
d - the number that will be convertedIllegalArgumentException - if "d" is outside the range of a longCopyright 2011 Cytoscape Consortium. All rights reserved.