Open this page in the API Guide

FormulaInputFormat

The supported formula input formats.
 

Example

The following is an example of how to reference the FormulaInputFormat object:

1
2
3
// The full path is required.
dundas.FormulaInputFormat.ALIGNMENT

 

Properties

 
  Name Description
  ALIGNMENT The data input accepts a single dimensional array of numeric values used as alignment axis.
  DYNAMIC The dynamic data input consists of a multiple dimensional arrays of numeric values of equal length. The input must contain at least one such array of numeric values.
  STANDARD The standard data input consists of a single dimensional array of numeric values.