Click or drag to resize

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)
Syntax
C#
public int super { get; set; }

Property Value

Type: Int32
Remarks
It 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