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