 | 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)
Syntaxpublic int sub { get; set; }
Property Value
Type:
Int32
Exceptions
RemarksIt 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