The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Long_Float_Interval_Value
/*
 * STRUCT: SE_Long_Float_Interval_Value
 *
 *   This variant record data type specifies a long float interval
 *   value for the type of interval determined by interval_type.
 */
typedef struct
{

SE_Interval_Type interval_type;
union
{
EDCS_Long_Float_Interval open_interval;
EDCS_Long_Float_Interval ge_lt_interval;
EDCS_Long_Float_Interval gt_le_interval;
EDCS_Long_Float_Interval closed_interval;
EDCS_Long_Float gt_semi_interval;
EDCS_Long_Float ge_semi_interval;
EDCS_Long_Float lt_semi_interval;
EDCS_Long_Float le_semi_interval;
} value;
} SE_Long_Float_Interval_Value;



Prev: SE_Long_Float. Next: SE_Long_Float_Value.


Return to: Top of this Page, Type Index