Esempio n. 1
0
 public Entropy ToUnit(EntropyUnit selectedUnit) => new Entropy(ToTheOutSide(selectedUnit.Unit), selectedUnit);
Esempio n. 2
0
 public double As(EntropyUnit ReturnInThisUnit) => (double)ToTheOutSide(ReturnInThisUnit.Unit);
Esempio n. 3
0
 public Entropy(int value, EntropyUnit selectedUnit) : base(value, selectedUnit.Unit)
 {
 }
Esempio n. 4
0
 public static Entropy From(double value, EntropyUnit unit) => new Entropy(value, unit);
Esempio n. 5
0
 public Entropy(decimal value, EntropyUnit selectedUnit) : base(value, selectedUnit.Unit)
 {
 }