C# 클래스 SoundLibrary.Mathematics.Misc

未分類の関数群。 分類先が決まり次第、他の場所に移すかも。
파일 보기 프로젝트 열기: ufcpp/UfcppSample

공개 메소드들

메소드 설명
Combination ( int n, int k ) : int

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

Merge ( IList l1, IList l2 ) : ArrayList

메소드 상세

Combination() 공개 정적인 메소드

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

Merge() 공개 정적인 메소드

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