|
Formula 1.0.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objecthirondelle.formula.function.builtin.Combination
public final class Combination
combination(n,k): the number of combinations, selecting k of n. Returns the number of distinct ways you can select k items from an underlying set of n items.
| Constructor Summary | |
|---|---|
Combination()
|
|
| Method Summary | |
|---|---|
Decimal |
calculate(Decimal... aArgs)
Takes two parameters n and k (in that order). |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Combination()
| Method Detail |
|---|
public Decimal calculate(Decimal... aArgs)
calculate in interface FunctionaArgs - 0 or more arguments to the function.
|
Formula 1.0.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||