The state values for the solution.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public Ytype Y { get; internal set; }
Visual Basic (Declaration)
Public Property Y As Ytype
Visual C++
public:
property Ytype Y {
	Ytype get ();
	void set (Ytype value);
}

See Also