Convert biploar to boolean, true is 1 and false is -1.
Convert biploar to boolean, true is 1 and false is -1.
public static bool Double2bipolar(double)
Convert a bipolar array to a boolean array, true is 1 and false is -1.
public static bool[] Double2bipolar(double[])
Convert a 2D bipolar array to a boolean array, true is 1 and false is -1.
public static bool[,] Double2bipolar(double[,])