NAME

IsMVcellRepr - test if a value is missing value

SYNOPSIS

#include "csf.h"

int IsMVcellRepr
(
	CSF_CR cellRepr,
	const void *cellValue
);

PARAMETERS

CSF_CR cellRepr
cell representation of argument cellValue. That is one of the constants prefixed by CR_.

Possible values for a

CSF_CR
are as follows: * preferred version 2 cell representations * other version 2 cell representations * version 1 cell representations these can be returned by BUT NOT passed to a csf2 function * this one CANNOT be returned by NOR passed to a csf2 function
const void *cellValue
value to be tested

DESCRIPTION

test if a value is missing value

RETURNS

0 if not, nonzero if it is a missing value

SEE ALSO

IsMV