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

822906cf ed7c 8ef1 9c7e d826bdede9b1

haplokuon edited this page May 6, 2023 · 1 revision

TrapezoidRule Method

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})"]

Definition

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 

Parameters

  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})"\]

Return Value

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

See Also

Reference

Integration Class
netDxf.GTE Namespace

Clone this wiki locally