C# Class CascadeSharp.TKBO.IntTools.IntTools_CurveRangeSampleMapHasher

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
HashCode ( IntTools_CurveRangeSample theKey, int theUpperBound ) : int
IntTools_CurveRangeSampleMapHasher ( ) : System
IntTools_CurveRangeSampleMapHasher ( IntTools_CurveRangeSampleMapHasher parameter1 ) : System
IsEqual ( IntTools_CurveRangeSample S1, IntTools_CurveRangeSample S2 ) : bool

Method Details

HashCode() public method

public HashCode ( IntTools_CurveRangeSample theKey, int theUpperBound ) : int
theKey IntTools_CurveRangeSample
theUpperBound int
return int

IntTools_CurveRangeSampleMapHasher() public method

public IntTools_CurveRangeSampleMapHasher ( ) : System
return System

IntTools_CurveRangeSampleMapHasher() public method

public IntTools_CurveRangeSampleMapHasher ( IntTools_CurveRangeSampleMapHasher parameter1 ) : System
parameter1 IntTools_CurveRangeSampleMapHasher
return System

IsEqual() public method

public IsEqual ( IntTools_CurveRangeSample S1, IntTools_CurveRangeSample S2 ) : bool
S1 IntTools_CurveRangeSample
S2 IntTools_CurveRangeSample
return bool