Loading...
Searching...
No Matches
gams::GAMSOptions::EPutNR Struct Reference

Numeric round format for put files. More...

#include <gamsoptions.h>

Public Types

enum  EPutNREnum {
  ForE = 0 , Rounded = 1 , Scientific = 2 , RoundedFloatingDec = 3 ,
  ForEFloatingDec = 4
}
 Numeric round format for put files. More...
 

Detailed Description

Numeric round format for put files.

Definition at line 500 of file gamsoptions.h.

Member Enumeration Documentation

◆ EPutNREnum

Numeric round format for put files.

Enumerator
ForE 

Item is displayed in F or E format.

Rounded 

Item is rounded to fit given width and decimals.

Scientific 

Item is displayed in scientific notation.

RoundedFloatingDec 

Item is rounded to fit given width.

ForEFloatingDec 

Item is displayed in F or E format ignoring given decimals.

Definition at line 503 of file gamsoptions.h.