ImageMagick.ChannelPerceptualHash.NativeChannelPerceptualHash.GetHclpHuPhash C# (CSharp) Method

GetHclpHuPhash() public method

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