Special.BinomialCoefficients Method

Enumerates over the binomial coefficients of a specified degree.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static IEnumerable<double> BinomialCoefficients(
	int degree
)

Parameters

degree  Int32
The degree of the binomial coefficients.

Return Value

IEnumerable<Double>

See Also