AForge.Range.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Get hash code for this instance.
public GetHashCode ( ) : int
Résultat int
		public override int GetHashCode( )
		{
			return min.GetHashCode( ) + max.GetHashCode( );
		}