C# Class Smrf.NodeXL.UnitTests.VertexGridSnapperTest.TestData

Mostrar archivo Open project: 2014-sed-team3/term-project

Public Properties

Property Type Description
Coordinate System.Single
ExpectedSnappedCoordinate System.Single
GridSize System.Int32

Public Methods

Method Description
TestData ( Int32 gridSize, System.Single coordinate, System.Single expectedSnappedCoordinate ) : System

Method Details

TestData() public method

public TestData ( Int32 gridSize, System.Single coordinate, System.Single expectedSnappedCoordinate ) : System
gridSize System.Int32
coordinate System.Single
expectedSnappedCoordinate System.Single
return System

Property Details

Coordinate public_oe property

public Single,System Coordinate
return System.Single

ExpectedSnappedCoordinate public_oe property

public Single,System ExpectedSnappedCoordinate
return System.Single

GridSize public_oe property

public Int32,System GridSize
return System.Int32