FLDget_array_size

Synopsis

get the number of array elements in an object

Wide Version:

int FLDget_array_size (
OMobj_id object,
xp_long *size);

Narrow Version:

int FLDget_array_size_n (
OMobj_id object,
int *size);

Description

FLDget_array_size returns the number of array elements in an array object. For example, a [200][4] array would return 800.

Parameters

OMobj_id object

The OMobj_id of an array object.

xp_long *size
int *size

A pointer to an integer variable in which the size of the array object is returned.

Examples

none.

Files

v/fld.v.

See Also

none.