Click or drag to resize

PolynomialsLegendreP(Int32, Int32, Double) Method

[Missing <summary> documentation for "M:Altaxo.Calc.Polynomials.LegendreP(System.Int32,System.Int32,System.Double)"]


Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double LegendreP(
	int l,
	int m,
	double x
)

Parameters

l  Int32

[Missing <param name="l"/> documentation for "M:Altaxo.Calc.Polynomials.LegendreP(System.Int32,System.Int32,System.Double)"]

m  Int32

[Missing <param name="m"/> documentation for "M:Altaxo.Calc.Polynomials.LegendreP(System.Int32,System.Int32,System.Double)"]

x  Double

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Polynomials.LegendreP(System.Int32,System.Int32,System.Double)"]

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Polynomials.LegendreP(System.Int32,System.Int32,System.Double)"]

See Also