This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
bfce86e3 575d a787 eb85 c91a36a7c885
haplokuon edited this page May 6, 2023
·
1 revision
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})"]
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 DoubleC++
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 - 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})"\]
Double
[Missing <returns> documentation for "M:netDxf.GTE.Integration.Romberg(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"]