Home | History | Annotate | Download | only in simple

Lines Matching refs:DECIMAL

106  * <li>f to be the visible decimal digits, as an integer.</li>
107 * <li>t to be the visible decimal digits?without trailing zeros?as an integer.</li>
553 * @param v number of digits to the right of the decimal place. e.g 1.00 = 2 25. = 0
555 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
866 * Selection parameter for either integer-only or decimal-only.
883 DECIMAL
975 } else if (source.startsWith("decimal")) {
976 sampleType2 = SampleType.DECIMAL;
978 throw new IllegalArgumentException("Samples must start with 'integer' or 'decimal'");
1367 if (integerSamples.sampleType == SampleType.DECIMAL) {
1375 if (integerSamples.sampleType != SampleType.INTEGER || decimalSamples.sampleType != SampleType.DECIMAL) {
1376 throw new IllegalArgumentException("Must have @integer then @decimal in " + description);
1481 case DECIMAL:
2023 * @param type the type of samples requested, INTEGER or DECIMAL
2062 * @param sampleType the type of samples requested, INTEGER or DECIMAL
2092 case DECIMAL:
2128 * @param sampleType the type of samples requested, INTEGER or DECIMAL
2271 * request KeywordStatus relative to INTEGER or DECIMAL values