Matlab.GAMS.PutNR Enum Reference
Numeric round format for put files. More...
Public Member Functions | |
integer | value () |
Returns alternative value of enum option. More... | |
Static Public Member Functions | |
static PutNR | lookup (integer value) |
Find enum option from alternative value. More... | |
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 |
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