C# Class 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
Inheritance: MemoryStructure
Datei anzeigen Open project: NoelKennedy/MinimumEditDistance

Public Methods

Method Description
JaggedArray ( int m, int n )
this ( int i, int j ) : int

Method Details

JaggedArray() public method

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

this() public method

public this ( int i, int j ) : int
i int
j int
return int