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

Overview: This module prints out a 1-dimensional double array.

Detailed Description: A module that takes as input a 1-dimensional double array, and passes it to the output unaltered. The input arays are printed out. A CSV format option flag allows the output to be printed out as comma separated variables. Labels can be set as a parameter. There is also a disable flag which disables printing out the input data, and simply passes the input to the output.

Data Handling: The input data is not modified.


Inputs:
Double1DArray
[D
Double1DArray


Outputs:
Double1DArray
[D
Double1DArray (Double array).



Properties:
Comma Separated Variable Format
Input data arrays are printed with commas separating the elements.

Disable
Disables the printing.

Label
Sets a printing label for the data.