Meta.Numerics Library
Value Property
Meta.NumericsMeta.Numerics.FunctionsLineExtremumValue
Gets the function value (y-value) at the extremum.
Declaration Syntax
C#Visual BasicVisual C++F#
public double Value { get; }
Public ReadOnly Property Value As Double
	Get
public:
property double Value {
	double get ();
}
member Value : float