operator / method

double operator /(
  1. BinarySize other
)

Implementation

double operator /(BinarySize other) => bytesCount / other.bytesCount;