Click or drag to resize
MPSReaderNameRanges Property
The name of the RANGES set.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual string NameRanges { get; set; }

Property Value

Type: String
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