Click or drag to resize

BinomialCoefficientDecreaseSuper Method

Decrements the super.

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

Parameters

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