The state values for the solution.
Namespace:
CenterSpace.NMath.AnalysisAssembly: 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); } |