Loading...
Searching...
No Matches

Numeric round format for put files. More...

Public Member Functions

integer value ()
 Returns alternative value of enum option.
 

Static Public Member Functions

static PutNR lookup (integer value)
 Find enum option from alternative value.
 

Public Attributes

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

Detailed Description

Numeric round format for put files.

See also
GAMSOptions

Member Function Documentation

◆ lookup()

static PutNR Matlab.GAMS.PutNR.lookup ( integer  value)
static

Find enum option from alternative value.

Arguments:

  • value: Alternative value

Return: enum option

◆ value()

integer Matlab.GAMS.PutNR.value ( )

Returns alternative value of enum option.

Return: Alternative value of enum option