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

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

private ToInt16 ( this value ) : ].short[
value this
Результат ].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[][][]