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

db0fa42d f722 7308 2e54 e3fee76bc201

haplokuon edited this page May 6, 2023 · 1 revision

GaussianQuadrature Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.Integration.GaussianQuadrature(System.Double[],System.Double[],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 GaussianQuadrature(
	double[] roots,
	double[] coefficients,
	double a,
	double b,
	Func<double, double> integrand
)

VB

Public Shared Function GaussianQuadrature ( 
	roots As Double(),
	coefficients As Double(),
	a As Double,
	b As Double,
	integrand As Func(Of Double, Double)
) As Double

C++

public:
static double GaussianQuadrature(
	array<double>^ roots, 
	array<double>^ coefficients, 
	double a, 
	double b, 
	Func<double, double>^ integrand
)

F#

static member GaussianQuadrature : 
        roots : float[] * 
        coefficients : float[] * 
        a : float * 
        b : float * 
        integrand : Func<float, float> -> float 

Parameters

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

Return Value

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

See Also

Reference

Integration Class
netDxf.GTE Namespace

Clone this wiki locally