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