|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleFraction | |
---|---|
org.apache.poi.ss.format | This package contains classes that implement cell formatting |
Uses of SimpleFraction in org.apache.poi.ss.format |
---|
Methods in org.apache.poi.ss.format that return SimpleFraction | |
---|---|
static SimpleFraction |
SimpleFraction.buildFractionExactDenominator(double val,
int exactDenom)
Create a fraction given a double value and a denominator. |
static SimpleFraction |
SimpleFraction.buildFractionMaxDenominator(double value,
int maxDenominator)
Create a fraction given the double value and either the maximum error allowed or the maximum number of denominator digits. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |