クラス Type2

java.lang.Object
  上位を拡張 Type2

public class Type2
extends java.lang.Object

組合せの数を求める実装例 2


コンストラクタの概要
Type2()
           
 
メソッドの概要
static int combination(int n, int m)
          組合せの数を計算する静的メソッド
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Type2

public Type2()
メソッドの詳細

combination

public static int combination(int n,
                              int m)
組合せの数を計算する静的メソッド

パラメータ:
n - 選ばれるものの総数
m - 選ぶ数
戻り値:
nCm の値を返します