Algorithmix.MatchData.ForceClusterNodes C# (CSharp) Method

ForceClusterNodes() public static method

This Method clusters two nodes forcibly with no match
public static ForceClusterNodes ( MatchData matchData, Match match = Match.NonInverted ) : Cluster
matchData MatchData MatchData Object
match Match Indicates how the MatchData is Matched
return Cluster
        public static Cluster ForceClusterNodes(MatchData matchData, Match match = Match.NonInverted)
        {
            return new Cluster(matchData.First.Shred, matchData.Second.Shred, match);
        }