C# 클래스 MinimumEditDistance.RectangularArray

Use this unless you get out of memory exceptions when comparing large strings
상속: MemoryStructure
파일 보기 프로젝트 열기: NoelKennedy/MinimumEditDistance

공개 메소드들

메소드 설명
RectangularArray ( int m, int n )
this ( int i, int j ) : int

메소드 상세

RectangularArray() 공개 메소드

public RectangularArray ( int m, int n )
m int
n int

this() 공개 메소드

public this ( int i, int j ) : int
i int
j int
리턴 int