| Package | Description |
|---|---|
| at.mukprojects.exclycore.dao | |
| at.mukprojects.exclycore.model |
| Modifier and Type | Method and Description |
|---|---|
ExclyDouble |
XLSXReader.readDoubleCellValue(org.apache.poi.ss.usermodel.Cell cell)
Tries to read the value of the given cell.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExclyDoubleBlank
This class represents an ExclyDoubleBlank data type.
|
class |
ExclyDoubleError
This class represents an ExclyDateError data type.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyDouble |
ExclyDouble.add(ExclyDouble... values)
Adds multiple ExclyDoubles together.
|
static ExclyDouble |
ExclyDouble.div(ExclyDouble... values)
Divides multiple ExclyDoubles from the first input.
|
static ExclyDouble |
ExclyDouble.multi(ExclyDouble... values)
Multiplies multiple ExclyDoubles together.
|
static ExclyDouble |
ExclyDouble.sub(ExclyDouble... values)
Subtracts multiple ExclyDoubles from the first input.
|
| Modifier and Type | Method and Description |
|---|---|
static ExclyDouble |
ExclyDouble.add(ExclyDouble... values)
Adds multiple ExclyDoubles together.
|
int |
ExclyDouble.compareTo(ExclyDouble other) |
static ExclyDouble |
ExclyDouble.div(ExclyDouble... values)
Divides multiple ExclyDoubles from the first input.
|
static ExclyDouble |
ExclyDouble.multi(ExclyDouble... values)
Multiplies multiple ExclyDoubles together.
|
static ExclyDouble |
ExclyDouble.sub(ExclyDouble... values)
Subtracts multiple ExclyDoubles from the first input.
|
Copyright © 2016 MuK Projects. All rights reserved.