ImageMagick.ChannelPerceptualHash.NativeMethods.X86.ChannelPerceptualHash_GetSrgbHuPhash C# (CSharp) Метод

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

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