ImageMagick.DoubleMatrix.NativeMethods.X86.DoubleMatrix_Create C# (CSharp) Метод

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

private DoubleMatrix_Create ( double values, UIntPtr order ) : IntPtr
values double
order System.UIntPtr
Результат System.IntPtr
        public static extern IntPtr DoubleMatrix_Create(double[] values, UIntPtr order);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]