toBits static method

double toBits(
  1. double value
)

Converts the supplied Mebibits value to Bits

Implementation

static double toBits(double value) => value * 1048576.0;