Special.BinomialCoefficients Method

Enumerates over the binomial coefficients of a specified degree.

DefinitionPermalink

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

ParametersPermalink

degree  Int32
The degree of the binomial coefficients.

Return ValuePermalink

IEnumerable<Double>

See AlsoPermalink