ImageMagick.ChannelPerceptualHash.NativeMethods.X64.ChannelPerceptualHash_GetSrgbHuPhash C# (CSharp) Method

ChannelPerceptualHash_GetSrgbHuPhash() private method

private ChannelPerceptualHash_GetSrgbHuPhash ( IntPtr Instance, UIntPtr index ) : double
Instance System.IntPtr
index System.UIntPtr
return double
        public static extern double ChannelPerceptualHash_GetSrgbHuPhash(IntPtr Instance, UIntPtr index);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]