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

94aeddd4 ad1d 17d8 9354 d9a55293bafc

haplokuon edited this page May 6, 2023 · 1 revision

ComputeQuadratureInfo Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.Integration.ComputeQuadratureInfo(System.Int32,System.Double[]@,System.Double[]@)"]

Definition

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

C#

public static void ComputeQuadratureInfo(
	int degree,
	out double[] roots,
	out double[] coefficients
)

VB

Public Shared Sub ComputeQuadratureInfo ( 
	degree As Integer,
	<OutAttribute> ByRef roots As Double(),
	<OutAttribute> ByRef coefficients As Double()
)

C++

public:
static void ComputeQuadratureInfo(
	int degree, 
	[OutAttribute] array<double>^% roots, 
	[OutAttribute] array<double>^% coefficients
)

F#

static member ComputeQuadratureInfo : 
        degree : int * 
        roots : float[] byref * 
        coefficients : float[] byref -> unit 

Parameters

  Int32
\[Missing <param name="degree"/> documentation for "M:netDxf.GTE.Integration.ComputeQuadratureInfo(System.Int32,System.Double[]@,System.Double[]@)"\]
  Double[]
\[Missing <param name="roots"/> documentation for "M:netDxf.GTE.Integration.ComputeQuadratureInfo(System.Int32,System.Double[]@,System.Double[]@)"\]
  Double[]
\[Missing <param name="coefficients"/> documentation for "M:netDxf.GTE.Integration.ComputeQuadratureInfo(System.Int32,System.Double[]@,System.Double[]@)"\]

See Also

Reference

Integration Class
netDxf.GTE Namespace

Clone this wiki locally