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#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static IEnumerable<double> BinomialCoefficients(
int degree
)
ParametersPermalink
- degree Int32
- The degree of the binomial coefficients.