The name of the BOUNDS set.

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

Syntax

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

Field Value

A String containing the name of the Bounds set.

Remarks

An MPS file can contain multiple sets of BOUNDS, but only one is retained by this reader. If not set, then the first set in the file is used.

See Also