Home | History | Annotate | Download | only in text

Lines Matching defs:DECIMAL

111  * <li>f to be the visible decimal digits, as an integer.</li>
112 * <li>t to be the visible decimal digits?without trailing zeros?as an integer.</li>
637 * @param v number of digits to the right of the decimal place. e.g 1.00 = 2 25. = 0
639 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
982 * Selection parameter for either integer-only or decimal-only.
999 DECIMAL
1091 } else if (source.startsWith("decimal")) {
1092 sampleType2 = SampleType.DECIMAL;
1094 throw new IllegalArgumentException("Samples must start with 'integer' or 'decimal'");
1477 if (integerSamples.sampleType == SampleType.DECIMAL) {
1485 if (integerSamples.sampleType != SampleType.INTEGER || decimalSamples.sampleType != SampleType.DECIMAL) {
1486 throw new IllegalArgumentException("Must have @integer then @decimal in " + description);
1593 case DECIMAL:
2129 * @param type the type of samples requested, INTEGER or DECIMAL
2168 * @param sampleType the type of samples requested, INTEGER or DECIMAL
2198 case DECIMAL:
2234 * @param sampleType the type of samples requested, INTEGER or DECIMAL
2379 * request KeywordStatus relative to INTEGER or DECIMAL values