Package | Description |
---|---|
org.zkoss.poi.ss.formula.functions | |
org.zkoss.zssex.formula.fn |
ZK EL functions implementation that realize ZK Spreadsheet formula functions.
|
Modifier and Type | Method and Description |
---|---|
static Complex |
UtilFns.cToComplex(org.apache.commons.math.complex.Complex c,
java.lang.String suffix)
Convert the complex to complex.
|
Complex |
ComplexFormat.parse(java.lang.String source,
java.lang.String suffix) |
static Complex |
UtilFns.validateComplex(java.lang.String complex)
Validate given String value, return associated complex.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
UtilFns.format(Complex c)
format Complex number to match Excel format
|
Modifier and Type | Method and Description |
---|---|
static Complex[] |
EngineeringFunctionImpl.toComplexArray(ValueEval[] args,
int srcCellRow,
int srcCellCol)
Convert an object array to a complex array
|
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.