MultiOdeResult.Y Property |
The value of the dependent variable.
Namespace:
Meta.Numerics.Analysis
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public ColumnVector Y { get; }
Public ReadOnly Property Y As ColumnVector
Get
public:
property ColumnVector^ Y {
ColumnVector^ get ();
}
member Y : ColumnVector with get
Property Value
Type:
ColumnVectorThe value of the function.
See Also