The name of the RANGES set.

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

Syntax

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

Field Value

A String containing the name of the Ranges set.

Remarks

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

See Also