The name of the RHS set used.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string NameRHS { get; set; }
Visual Basic (Declaration)
Public Overridable Property NameRHS As String
Visual C++
public:
virtual property String^ NameRHS {
	String^ get ();
	void set (String^ value);
}

Field Value

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