public static class RealRepresentation.Desc extends Object
RealRepresentation
is displayed as a string.| Modifier and Type | Field and Description |
|---|---|
private RealRepresentation.Cutter |
fractionCutter |
private int |
lenE
The maximal length of the exponent part of a number
displayed in a specific column of the table.
|
private int |
lenI
The maximal length of the integer part of a number
displayed in a specific column of the table.
|
private int |
lenM
The maximal length of the mantissa of a number
displayed in a specific column of the table.
|
private boolean |
strictExponent
Signifies whether an attempt
to cut off parts of the exponent will result in an exception;
otherwise it is just ignored.
|
private boolean |
strictInteger
Signifies whether an attempt
to cut off parts of the integer will result in an exception;
otherwise it is just ignored.
|
| Constructor and Description |
|---|
Desc(int lenI,
int lenM,
int lenE) |
private final boolean strictInteger
private final boolean strictExponent
private final RealRepresentation.Cutter fractionCutter
private final int lenI
private final int lenM
lenIprivate final int lenE
lenICopyright © 2012–2018 Simuline Organization (l2r). All rights reserved.