Click or drag to resize

BinomialCoefficient Constructor

Constructor

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public BinomialCoefficient(
	int super,
	int sub
)

Parameters

super
Type: SystemInt32
The initial super of the coefficient
sub
Type: SystemInt32
The initial sub of the coefficient
Exceptions
ExceptionCondition
ArgumentExceptionIf super is not as high as sub, or either being lower than zero.
See Also