 | BinomialCoefficientsuper Property |
Get or Set the super of the coefficient
Namespace:
NumberStone
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic int super { get; set; }
Property Value
Type:
Int32
RemarksIt is recommended not to change the super by a large value. If you are considering this, instead consider using the
Choose(Int32, Int32) function.
See Also