operator / method
Returns the ratio of this bytesCount to other's bytesCount as a
double.
Implementation
double operator /(BinarySize other) => bytesCount / other.bytesCount;
Returns the ratio of this bytesCount to other's bytesCount as a
double.
double operator /(BinarySize other) => bytesCount / other.bytesCount;