 | BinomialCoefficient Constructor |
Constructor
Namespace:
NumberStone
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic BinomialCoefficient(
int super,
int sub
)
Parameters
- super
- Type: SystemInt32
The initial super of the coefficient - sub
- Type: SystemInt32
The initial sub of the coefficient
ExceptionsException | Condition |
---|
ArgumentException | If super is not as high as sub, or either being lower than zero. |
See Also