RhinoMathIntegrate Method (FuncObject, Int32, Double, Double, Double, Object, Interval, Interval, Double, Double, CancellationToken, Double) |
[Missing <summary> documentation for "M:Rhino.RhinoMath.Integrate(System.Func{System.Object,System.Int32,System.Double,System.Double,System.Double},System.Object,Rhino.Geometry.Interval,Rhino.Geometry.Interval,System.Double,System.Double,System.Threading.CancellationToken,System.Double@)"]
Namespace: Rhino
public static double Integrate( Func<Object, int, double, double, double> integrandFunction, Object context, Interval limits1, Interval limits2, double relativeTolerance, double absoluteTolerance, CancellationToken cancellationToken, out double errorBound )
[Missing <returns> documentation for "M:Rhino.RhinoMath.Integrate(System.Func{System.Object,System.Int32,System.Double,System.Double,System.Double},System.Object,Rhino.Geometry.Interval,Rhino.Geometry.Interval,System.Double,System.Double,System.Threading.CancellationToken,System.Double@)"]