public static int DistanceInclusive(this IRowCol Loc1, IRowCol Loc2) { var lgth = Loc1.DistanceInclusive(Loc2, Loc1.Dim); return(lgth); }