OutBinom

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()

* OutBinom.coefficients returns all of the coefficiants generated by InBionm.BinomEqu() as an array. * Params: * none * Returns: * All of the coefficients generated by InBinom.BinomEqu() as an array.

nval
uint nval()

* OutBinom.nval returns the value of n. * Params: * none * Returns: * Value of 'OutBinom.n' as in 'n' Choose 'k.'

result
X result()

* OutBinom.result returns the result generated by the binomial theroem. * Params: * none * Returns: * Result generated by calling InBinom.BinomEqu()

seperatedvals
X[] seperatedvals()

* OutBinom.seperatedVals returns all of the values that InBinom.BinomEqu() spews out without summing it all. * Params: * none * Returns: * All the values generated by InBinom.BinomEqu() beffore summing.

xval
X xval()

* OutBinom.xval returns the value of x. * Params: * none * Returns: * Value of 'OutBinom.x.'

yval
X yval()

* OutBinom.yval returns the value of y. * Params: * none * Returns: * Value of 'OutBinom.y.'

Meta