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

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

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

Same methods

Matrix::ToSingle ( this value, float result ) : ].float[
Matrix::ToSingle ( this value ) : float[]
Matrix::ToSingle ( this value, float result ) : float[]
Matrix::ToSingle ( this value ) : float[][]
Matrix::ToSingle ( this value, float result ) : float[][]
Matrix::ToSingle ( this value ) : float[][][]
Matrix::ToSingle ( this value, float result ) : float[][][]