Click or drag to resize

BinomialCoefficientDecreaseBoth Method

Decreases both the super and the sub simultaneously.

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

Parameters

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