Alias: null
Common Name: Print2DDArray
Class: org. imirsel. m2k. io. Print2DDArray

Overview: This module prints a 2-dimensional double array.

Detailed Description: A module that takes as input, a 2-dimensional double array and passes it to the output unaltered. The input arrays are printed out. Flags exist for printing out the dimensions, printing out the array data, and disabling printing altogether. Moreover, a label can be set to print out along side the data.

Data Handling: the input data is not modified.


Inputs:
Double2DArray
[[D
Double2DArray


Outputs:
Double2DArray
[[D
Double2DArray (2-dimensional double array)



Properties:
Print Dimensions
A flag to set whether the array dimensions are to be printed

Print Array Data Values
A flag to set whether the array contents are to be printed.

Disable
Disables the printing.

Label
Sets a printing label for the data.