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