C# Class Accord.Tests.IntRangeTest

Show file Open project: accord-net/framework

Private Methods

Method Description
EqualityOperatorTest ( int min1, int max1, int min2, int max2, bool areEqual ) : void
IsOverlappingTest ( int min1, int max1, int min2, int max2, bool expectedResult ) : void
ToRangeTest ( int iMin, int iMax, float fMin, float fMax ) : void