Example #1
0
 public void Set(CoefficientE C1, CoefficientE C2, CoefficientE C3)
 {
     coefficients[0] = C1;
     coefficients[1] = C2;
     coefficients[2] = C3;
 }
Example #2
0
 public Signal(CoefficientE C1, CoefficientE C2, CoefficientE C3)
 {
     coefficients[0] = C1;
     coefficients[1] = C2;
     coefficients[2] = C3;
 }