C# Class MSTParser.ValueIndexPair

显示文件 Open project: rasoolims/MSTParserCSharp Class Usage Examples

Public Properties

Property Type Description
I1 int
Val double

Public Methods

Method Description
CompareTo ( ValueIndexPair other ) : int
ValueIndexPair ( double val, int i1, int i2 ) : MSTParser

Method Details

CompareTo() public method

public CompareTo ( ValueIndexPair other ) : int
other ValueIndexPair
return int

ValueIndexPair() public method

public ValueIndexPair ( double val, int i1, int i2 ) : MSTParser
val double
i1 int
i2 int
return MSTParser

Property Details

I1 public_oe property

public int I1
return int

Val public_oe property

public double Val
return double