ImageMagick.ChannelPerceptualHash.NativeChannelPerceptualHash.GetSrgbHuPhash C# (CSharp) 메소드

GetSrgbHuPhash() 공개 메소드

public GetSrgbHuPhash ( int index ) : double
index int
리턴 double
      public double GetSrgbHuPhash(int index)
      {
        #if ANYCPU
        if (NativeLibrary.Is64Bit)
        #endif
        #if WIN64 || ANYCPU
        return NativeMethods.X64.ChannelPerceptualHash_GetSrgbHuPhash(Instance, (UIntPtr)index);
        #endif
        #if ANYCPU
        else
        #endif
        #if !WIN64 || ANYCPU
        return NativeMethods.X86.ChannelPerceptualHash_GetSrgbHuPhash(Instance, (UIntPtr)index);
        #endif
      }
      public double GetHclpHuPhash(int index)
ChannelPerceptualHash.NativeChannelPerceptualHash