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