DADiSP Worksheet Functions > Function Categories > Worksheet Control > CONFORMITY
Sets the data processing mode for series with the same delta x but different x offsets.
CONFORMITY(mode)
mode |
- |
Optional. An integer, the x value conformity mode:
|
W1: 1..5
W2: 2..4
W3: conformity(0);W1+W2
W4: conformity(1);W1+W2
W5: conformity(2);W1+W2
results are as follows:
W3 == {3, 5, 7, 4, 5}
W4 == {NA, 4, 6, 8, NA}
W5 == {4, 6, 8}
If the delta x values in the input series are different, conformity has no effect; the delta x of the output series is forced to 1, and the points are aligned by point values.