Accord.Math.Matrix.ToBoolean C# (CSharp) Method

ToBoolean() private method

private ToBoolean ( this value ) : ].bool[
value this
return ].bool[
        public static bool[,] ToBoolean(this int[,] value)
        {
            return ToBoolean(value, Matrix.CreateAs<int, bool>(value));
        }

Same methods

Matrix::ToBoolean ( this value, bool result ) : ].bool[
Matrix::ToBoolean ( this value ) : bool[]
Matrix::ToBoolean ( this value, bool result ) : bool[]
Matrix::ToBoolean ( this value ) : bool[][]
Matrix::ToBoolean ( this value, bool result ) : bool[][]
Matrix::ToBoolean ( this value ) : bool[][][]
Matrix::ToBoolean ( this value, bool result ) : bool[][][]