C# Class MSTParser.Feature

Exibir arquivo Open project: rasoolims/MSTParserCSharp

Public Properties

Property Type Description
Index int
Value double

Public Methods

Method Description
Feature ( int ind, double val )

Method Details

Feature() public method

public Feature ( int ind, double val )
ind int
val double

Property Details

Index public_oe property

public int Index
return int

Value public_oe property

public double Value
return double