toGigabits static method

double toGigabits(
  1. double value
)

Converts the supplied Gigabytes value to Gigabits

Implementation

static double toGigabits(double value) => value * 8.0;