コード例 #1
0
ファイル: Function.cs プロジェクト: mortenbakkedal/SharpMath
 /// <summary>
 /// Replaces a number of variables by fixed values. Returns a function of the remaining variables.
 /// </summary>
 public Function PartialValue(IPartialEvaluator evaluator)
 {
     return evaluator.Evaluate(this);
 }