Accord.Math.Matrix.ToInt16 C# (CSharp) Méthode

ToInt16() private méthode

private ToInt16 ( this value ) : ].short[
value this
Résultat ].short[
        public static short[,] ToInt16(this int[,] value)
        {
            return ToInt16(value, Matrix.CreateAs<int, short>(value));
        }

Same methods

Matrix::ToInt16 ( this value, short result ) : ].short[
Matrix::ToInt16 ( this value ) : short[]
Matrix::ToInt16 ( this value, short result ) : short[]
Matrix::ToInt16 ( this value ) : short[][]
Matrix::ToInt16 ( this value, short result ) : short[][]
Matrix::ToInt16 ( this value ) : short[][][]
Matrix::ToInt16 ( this value, short result ) : short[][][]