Beispiel #1
0
 private void checkProcessParameter(Compound compound, string processName,
                                    string parameterName, double expectedValue, string expectedUnit = "")
 {
     checkParameter(compound.ProcessByName(processName).Parameter(parameterName), expectedValue, expectedUnit);
 }