ImageMagick.MagickImage.NativeMethods.X64.MagickImage_CompareDistortion C# (CSharp) Method

MagickImage_CompareDistortion() private method

private MagickImage_CompareDistortion ( IntPtr Instance, IntPtr image, UIntPtr metric, UIntPtr channels, IntPtr &exception ) : double
Instance System.IntPtr
image System.IntPtr
metric System.UIntPtr
channels System.UIntPtr
exception System.IntPtr
return double
        public static extern double MagickImage_CompareDistortion(IntPtr Instance, IntPtr image, UIntPtr metric, UIntPtr channels, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64