fromPebiBytes static method

ByteConverter fromPebiBytes(
  1. double value
)

Implementation

static ByteConverter fromPebiBytes(double value) => ByteConverter(value * 1125899906842624.0);