getFieldDecimalCount method

int getFieldDecimalCount(
  1. int inIndex
)

Get the decimal count of this field.

@param inIndex The field index. @return The decimal count.

Implementation

int getFieldDecimalCount(int inIndex) {
  return fields[inIndex].decimalCount;
}