ZEROA

The ZEROA(Integer) function returns the real array. The returned array is zero array (each element of returned array is zero).

Format

ZEROA(size)

Arguments

size
Size of zero array.

Examples

ZEROA(2)
This function builder function will create array on fly with array values (0.0, 0.0).