ImageMagick.DoubleMatrix.ToArray C# (CSharp) Method

ToArray() public method

Returns a string that represents the current DoubleMatrix.
public ToArray ( ) : double[]
return double[]
    public double[] ToArray()
    {
      return _Values;
    }
  }