convertMbToByte static method

double convertMbToByte(
  1. int byte
)

Implementation

static double convertMbToByte(int byte) {
  return byte * 1000000.0;
}