C# Class Accord.Tests.PointTest

Show file Open project: accord-net/framework

Private Methods

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