OutBinom

THIS CODE NEEDS WORK. Class: Output of member functions of InBinom

Constructors

this
this(uint[] coefficant, X[] outvals)
Undocumented in source.
this
this(uint[] coefficiant, X[] outvals, X x, X y, uint n)
Undocumented in source.

Members

Functions

coefficients
uint[] coefficients()

All of the coefficiants generated by InBionm.BinomEqu() as an array.

nval
uint nval()

Value of OutBinom.n.

result
X result()

The result generated by the binomial theorem.

seperatedvals
X[] seperatedvals()

All of the values that InBinom.BinomEqu() spews out without summing it all.

xval
X xval()

Value of OutBinom.x

yval
X yval()

Value of OutBinom.y.

Meta