pe_vtmethod_p

Tests whether an object is of type vertical transformation method

Usage syntax

int pe_vtmethod_p (struct pe_struct_t *p);

Parameters
p The pointer to an object
Description

Tests whether the argument is an object of type vertical transformation method

Returns

Returns 1 if the argument points to an object of type vertical transformation method; otherwise, returns 0

Examples

test = pe_vtmethod_p(egm96);