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
Показать файл Открыть проект

Открытые методы

Метод Описание
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