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

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

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

Same methods

Matrix::ToInt64 ( this value, long result ) : ].long[
Matrix::ToInt64 ( this value ) : long[]
Matrix::ToInt64 ( this value, long result ) : long[]
Matrix::ToInt64 ( this value ) : long[][]
Matrix::ToInt64 ( this value, long result ) : long[][]
Matrix::ToInt64 ( this value ) : long[][][]
Matrix::ToInt64 ( this value, long result ) : long[][][]