Class SignerStatisticsHelper
  
  Calculates general statistics of the signatures of a given signer
    Inheritance
    System.Object
    SignerStatisticsHelper
   
  
  Assembly: SigStat.Common.dll
  Syntax
  
    public static class SignerStatisticsHelper : object
   
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHeightAvg(Signer)
  return signer height average
Declaration
  
    public static double GetHeightAvg(this Signer signer)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Signer | signer |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetLengthAverage(Signer)
  Return the average od signatures points number
Declaration
  
    public static double GetLengthAverage(this Signer signer)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Signer | signer |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetMaxSignaturePoints(Signer)
  return the min signature points number of a signer
Declaration
  
    public static double GetMaxSignaturePoints(this Signer signer)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Signer | signer |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetMinSignaturePoints(Signer)
  return the min signature points number of a signer
Declaration
  
    public static double GetMinSignaturePoints(this Signer signer)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Signer | signer |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetPointsAvg(Signer)
  return signer points average
Declaration
  
    public static double GetPointsAvg(this Signer signer)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Signer | signer |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  | 
    
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetWidthAvg(Signer)
  Return signer width average
Declaration
  
    public static double GetWidthAvg(this Signer signer)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Signer | signer |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Double |  |