Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

bfce86e3 575d a787 eb85 c91a36a7c885

haplokuon edited this page May 6, 2023 · 1 revision

Romberg Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.Integration.Romberg(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static double Romberg(
	int order,
	double a,
	double b,
	Func<double, double> integrand
)

VB

Public Shared Function Romberg ( 
	order As Integer,
	a As Double,
	b As Double,
	integrand As Func(Of Double, Double)
) As Double

C++

public:
static double Romberg(
	int order, 
	double a, 
	double b, 
	Func<double, double>^ integrand
)

F#

static member Romberg : 
        order : int * 
        a : float * 
        b : float * 
        integrand : Func<float, float> -> float 

Parameters

  Int32
\[Missing <param name="order"/> documentation for "M:netDxf.GTE.Integration.Romberg(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"\]
  Double
\[Missing <param name="a"/> documentation for "M:netDxf.GTE.Integration.Romberg(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"\]
  Double
\[Missing <param name="b"/> documentation for "M:netDxf.GTE.Integration.Romberg(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"\]
  Func(Double, Double)
\[Missing <param name="integrand"/> documentation for "M:netDxf.GTE.Integration.Romberg(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"\]

Return Value

Double
[Missing <returns> documentation for "M:netDxf.GTE.Integration.Romberg(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"]

See Also

Reference

Integration Class
netDxf.GTE Namespace

Clone this wiki locally