NAME
miget_volume_valid_range - get the valid range values
SYNOPSIS
#include <minc2.h>
int miget_volume_valid_range ( mihandle_t volume,
double *valid_max,
double *valid_min)
DESCRIPTION
This method gets the valid range values specific to the data type.
RETURN VALUE
miget_volume_valid_range returns MI_NOERROR if it successfully gets
the valid range values or MI_ERROR otherwise