Example #1
0
 public static Octet FromMega(long mega) => Octet.FromKilo(mega * coef);