Example #1
0
 public bool Equals(Transistor other)
 {
     return(Voltage == other.Voltage && Sigma == other.Sigma && Deviation == other.Deviation);
 }
Example #2
0
 public static string ToTableName(Transistor vtn, Transistor vtp) => $"vtn_{vtn}_vtp_{vtp}";