Accord.Math.Matrix.ToInt32 C# (CSharp) Метод

ToInt32() приватный Метод

private ToInt32 ( this value ) : ].int[
value this
Результат ].int[
        public static int[,] ToInt32(this short[,] value)
        {
            return ToInt32(value, Matrix.CreateAs<short, int>(value));
        }

Same methods

Matrix::ToInt32 ( this value, int result ) : ].int[
Matrix::ToInt32 ( this value ) : int[]
Matrix::ToInt32 ( this value, int result ) : int[]
Matrix::ToInt32 ( this value ) : int[][]
Matrix::ToInt32 ( this value, int result ) : int[][]
Matrix::ToInt32 ( this value ) : int[][][]
Matrix::ToInt32 ( this value, int result ) : int[][][]