Accord.Math.Matrix.ToBoolean C# (CSharp) 메소드

ToBoolean() 개인적인 메소드

private ToBoolean ( this value ) : ].bool[
value this
리턴 ].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[][][]