AST_MAPSIZE

Get the number of entries in a KeyMap

Description:

This function returns the number of entries in a KeyMap.

Invocation

RESULT = AST_MAPSIZE( THIS, STATUS )

Arguments

THIS = INTEGER (Given)
Pointer to the KeyMap.
STATUS = INTEGER (Given and Returned)
The global status.

Returned Value

AST_MAPSIZE = INTEGER
The number of entries in the KeyMap.

Notes: