Пример #1
0
 public void SetArgumentComponentValuesThrowsForInvalidNumberOfArguments()
 {
     var function = new Function();
     function.SetComponentArgumentValues(new[] { 1.0 }, new[] { 1.0 });
 }