Overload List

  Name Description
Public method TransitionDistance(Int32)
This method returns an instance of transition distance of the specified size i. Initially, the transition distance between any two indices is 0. You need to fill the transition distance using the method setValue.
Public method TransitionDistance(Int32, String)
This method returns an instance of transition distance of the specified size i. Initially, the transition distance between any two indices is 0. You need to fill the transition distance using the method setValue. You can specify a name of your own choice.
Public method TransitionDistance(array<array<Int32>[]()[][]>[]()[][], String)
This method returns an instance of transition distance. The 2-dimensional integer array argument dtable gives the values of the transition distance. You can specify a name of your own choice.

See Also