NAME

RvalueScale2 - test if valuescale/datatype is a CSF version 2 value scale

SYNOPSIS

#include "csf.h"

int RvalueScale2(CSF_VS vs);

PARAMETERS

CSF_VS vs
value scale. ALL OF BELOW are accepted

Possible values for a

CSF_VS
are as follows: * version 1 datatypes, these can be returned by BUT NOT passed to a csf2 function * version 2 datatypes these two can be returned by or passed to a csf2 function * this one CANNOT be returned by NOR passed to a csf2 function

DESCRIPTION

RvalueScale2 tests if the map's value scale is a version 2 valuescale/datatype.

RETURNS

0 if the value is not in the above list, 1 if it does.