MPICommandConstant
Definition
typedef union {
int32_t l;
double d;
} MPICommandConstant;
Description
MPICommandConstant defines a generic variable that can specify either a int32_t ordouble value.
l |
is used to access the int32_t value of MPICommandConstant. |
|---|---|
d |
is used to access the double value of MPICommandConstant. |
