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[][][]