getScale method

int getScale(
  1. IStatus status,
  2. int index
)

Implementation

int getScale(IStatus status, int index) {
  final res = _getScale(self, status.self, index);
  status.checkStatus();
  return res;
}