Namespace: Extreme.Numerics.FSharpAssembly: Extreme.Numerics.FSharp30.Net40 (in Extreme.Numerics.FSharp30.Net40.dll) Version: 6.0.16073.0 (6.0.16073.0)
public static double binomial(
int n,
int p
)
Public Shared Function binomial (
n As Integer,
p As Integer
) As Double
public:
static double binomial(
int n,
int p
)
static member binomial :
n : int *
p : int -> float
Parameters
- n
- Type: SystemInt32
- p
- Type: SystemInt32
Return Value
Type:
Double
Numerical Libraries
Supported in: 6.0
Reference