Special.BinomialCoefficients Method

Enumerates over the binomial coefficients of a specified degree.

Definition

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

Parameters

degree  Int32
The degree of the binomial coefficients.

Return Value

IEnumerable<Double>

See Also