This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
822906cf ed7c 8ef1 9c7e d826bdede9b1
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
[Missing <summary> documentation for "M:netDxf.GTE.Integration.TrapezoidRule(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 TrapezoidRule(
int numSamples,
double a,
double b,
Func<double, double> integrand
)
VB
Public Shared Function TrapezoidRule (
numSamples As Integer,
a As Double,
b As Double,
integrand As Func(Of Double, Double)
) As Double
C++
public:
static double TrapezoidRule(
int numSamples,
double a,
double b,
Func<double, double>^ integrand
)
F#
static member TrapezoidRule :
numSamples : int *
a : float *
b : float *
integrand : Func<float, float> -> float
- Int32
- \[Missing <param name="numSamples"/> documentation for "M:netDxf.GTE.Integration.TrapezoidRule(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"\]
- Double
- \[Missing <param name="a"/> documentation for "M:netDxf.GTE.Integration.TrapezoidRule(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"\]
- Double
- \[Missing <param name="b"/> documentation for "M:netDxf.GTE.Integration.TrapezoidRule(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.TrapezoidRule(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"\]
Double
[Missing <returns> documentation for "M:netDxf.GTE.Integration.TrapezoidRule(System.Int32,System.Double,System.Double,System.Func{System.Double,System.Double})"]