UNITA

The UNITA(Integer) function returns the real array. The returned array is unity array (each element of returned array is one).

Format

UNITA(size)

Arguments

 
size
Size of unity array.

Examples

UNITA(2)
This function builder function will create array on fly with array values (1.0, 1.0).