Click or drag to resize
MPSReaderNameBounds Property
The name of the BOUNDS set.

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

Property Value

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