VFPAPIVFPCompare_Compare Method  | 
  
    Namespace: 
   VisioForge.VideoFingerPrinting
    Assembly:
   VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntaxpublic static double VFPCompare_Compare(
	IntPtr pData1,
	int iLen1,
	IntPtr pData2,
	int iLen2,
	int MaxS
)
Public Shared Function VFPCompare_Compare ( 
	pData1 As IntPtr,
	iLen1 As Integer,
	pData2 As IntPtr,
	iLen2 As Integer,
	MaxS As Integer
) As Double
Parameters
- pData1
 - Type: SystemIntPtr
 - iLen1
 - Type: SystemInt32
 - pData2
 - Type: SystemIntPtr
 - iLen2
 - Type: SystemInt32
 - MaxS
 - Type: SystemInt32
 
Return Value
Type: 
Double
See Also