Click or drag to resize

BinomialCoefficientIncreaseSub Method

Increments the sub.

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public void IncreaseSub(
	int div = 1
)

Parameters

div (Optional)
Type: SystemInt32
The amount to increase sub by.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf attempt to increase sub to above super.
See Also