Loading...
Searching...
No Matches
matlab.gams.control.options.PutNR Class Reference

Numeric round format for put files. More...

Public Attributes

string select
 Selection of enum options.
 
integer value
 Value of enum options.
 

Static Public Attributes

static final ForE = 0
 Item is displayed in F or E format.
 
static final ForEFloatingDec = 4
 Item is displayed in F or E format ignoring given decimals.
 
static final Rounded = 1
 Item is rounded to fit given width and decimals.
 
static final RoundedFloatingDec = 3
 Item is rounded to fit given width.
 
static final Scientific = 2
 Item is displayed in scientific notation.
 
static final UndefinedPutNR = 5
 Undefined option.
 

Detailed Description

Numeric round format for put files.

See also
Options