FormulaInputFormat
        
 The supported formula input formats.
 
         
        Example
        The following is an example of how to reference the FormulaInputFormat object:  
        
	// The full path is required.
	dundas.FormulaInputFormat.ALIGNMENT
	
        
         
        Properties
         
        
            
                
                
                
            
            
                | 
  | 
                
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.
                 |