Click or drag to resize

RhinoMathIntegrate Method (FuncObject, Int32, Double, Double, Double, Object, Surface, Double, Double, 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.Surface,System.Double,System.Double,System.Double@)"]

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static double Integrate(
	Func<Object, int, double, double, double> integrandFunction,
	Object context,
	Surface surface,
	double relativeTolerance,
	double absoluteTolerance,
	out double errorBound
)

Parameters

integrandFunction
Type: SystemFuncObject, Int32, Double, Double, Double
context
Type: SystemObject
surface
Type: Rhino.GeometrySurface
relativeTolerance
Type: SystemDouble
absoluteTolerance
Type: SystemDouble
errorBound
Type: SystemDouble

Return Value

Type: Double

[Missing <returns> documentation for "M:Rhino.RhinoMath.Integrate(System.Func{System.Object,System.Int32,System.Double,System.Double,System.Double},System.Object,Rhino.Geometry.Surface,System.Double,System.Double,System.Double@)"]

See Also