C# 클래스 MinimumEditDistance.JaggedArray

If the product of the lengths of the strings is greater than 536,848,900 you need to use this structure to avoid the 2GB CLR limit on single objects
상속: MemoryStructure
파일 보기 프로젝트 열기: NoelKennedy/MinimumEditDistance

공개 메소드들

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

메소드 상세

JaggedArray() 공개 메소드

public JaggedArray ( int m, int n )
m int
n int

this() 공개 메소드

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