Main Content

mwSignedIndex (Fortran)

Signed integer Fortran type for mxArray size values

Description

mwSignedIndex is a signed integer type that represents size values, such as array dimensions. Use this function for cross-platform flexibility. By default, mwSignedIndex is equivalent to INTEGER*4 or INTEGER*8, based on platform and compilation flags.

The Fortran header file containing this type is:

#include "fintrf.h"

Version History

Introduced in R2009a

See Also

|