C# Class Accord.Tests.IntPointTest

Show file Open project: accord-net/framework

Private Methods

Method Description
EqualityOperatorTest ( int x1, int y1, int x2, int y2, bool areEqual ) : void
EuclideanNormTest ( int x, int y, double expectedNorm ) : void
InequalityOperatorTest ( int x1, int y1, int x2, int y2, bool areNotEqual ) : void