Method HammingDistanceImpl
HammingDistanceImpl(Word, Word)
Calculates the hamming distance between two strings using a given alphabet.
public static int HammingDistanceImpl(Word splitWordA, Word splitWordB)Parameters
Returns
Exceptions
- ArgumentNullException
- splitWordAor- splitWordAis null
- InvalidOperationException
- splitWordAand- splitWordBare not the same length