MPSReaderNameRHS Property |
The name of the RHS set used.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string NameRHS { get; set; }
Public Overridable Property NameRHS As String
Get
Set
public:
virtual property String^ NameRHS {
String^ get ();
void set (String^ value);
}
abstract NameRHS : string with get, set
override NameRHS : string with get, set
Property Value
Type:
String
A
String containging the name of the RHS set used.
Remarks
An MPS file can contain multiple sets of RHS values, but only one is
retained by this reader. If not set, then the first set
in the file is used.
See Also