libCZI
Reading and Writing CZI documents made easy
|
This struct represents either a single value or a range. More...
#include <libCZI_Metadata2.h>
Public Attributes | |
bool | singleValue |
True if this struct represents a single value. In this case, the property end is invalid. | |
t | startOrSingleValue |
The start value of a range (in the case that singleValue is false) or the single value (if singleValue is true). | |
t | end |
The end of the range (only valid if singleValue is false). | |
This struct represents either a single value or a range.