Click or drag to resize

BinomialCoefficientsub Property

Get or Set the sub of the coefficient

Namespace:  NumberStone
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public int sub { get; set; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
InvalidOperationExceptionIf trying to bring the coefficient to a state where sub is higher than super.
Remarks
It is recommended not to change the sub by a large value. If you are considering this, instead consider using the Choose(Int32, Int32) function.
See Also