The minimization metric for the best N computation.
Read-write property
[Visual Basic .NET] |
---|
Public Property BestNMetric() As AgEFmMethod |
[C#] |
---|
public AgEFmMethod BestNMetric {get; set;} |
[Managed C++] |
---|
public: __property AgEFmMethod get_BestNMetric(); |
[Unmanaged C++] |
---|
public: HRESULT get_BestNMetric( AgEFmMethod * pVal ); public: HRESULT put_BestNMetric( AgEFmMethod pVal ); |
[Java] |
---|
public AgEFmMethod getBestNMetric(); public void setBestNMetric( AgEFmMethod ); |