C# Class Accord.Tests.RangeTest

Show file Open project: accord-net/framework

Private Methods

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