ImageMagick.ChannelPerceptualHash.NativeMethods.X64.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.X64Name, CallingConvention = CallingConvention.Cdecl)]