C# Class DAL.SignInfo

Exibir arquivo Open project: siracoj/signtolearn Class Usage Examples

Public Methods

Method Description
CheckSign ( ) : bool
SignInfo ( char _Letter, String _UserName, double _Percentage, int _NumFingers, double _ClosestPoint, double _Area ) : System

Method Details

CheckSign() public method

public CheckSign ( ) : bool
return bool

SignInfo() public method

public SignInfo ( char _Letter, String _UserName, double _Percentage, int _NumFingers, double _ClosestPoint, double _Area ) : System
_Letter char
_UserName String
_Percentage double
_NumFingers int
_ClosestPoint double
_Area double
return System