Enumerates over the binomial coefficients of a specified
degree.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static IEnumerable<double> BinomialCoefficients(
int degree
)
Public Shared Function BinomialCoefficients (
degree As Integer
) As IEnumerable(Of Double)
public:
static IEnumerable<double>^ BinomialCoefficients(
int degree
)
static member BinomialCoefficients :
degree : int -> IEnumerable<float>
Parameters
- degree
- Type: SystemInt32
The degree of the binomial coefficients.
Return Value
Type:
IEnumerableDouble
Reference