C# Class SoundLibrary.Mathematics.Misc

未分類の関数群。 分類先が決まり次第、他の場所に移すかも。
显示文件 Open project: ufcpp/UfcppSample

Public Methods

Method Description
Combination ( int n, int k ) : int

組み合わせの数 nCk を求める。

Merge ( IList l1, IList l2 ) : ArrayList

Method Details

Combination() public static method

組み合わせの数 nCk を求める。
public static Combination ( int n, int k ) : int
n int n
k int k
return int

Merge() public static method

public static Merge ( IList l1, IList l2 ) : ArrayList
l1 IList
l2 IList
return System.Collections.ArrayList