FunctionInputType Enumeration

The supported function input types.

Namespace:  Dundas.BI.Data.Functions
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1000)
Syntax
public enum FunctionInputType
Members
  Member nameValueDescription
Standard0The standard data input consists of a single dimensional array of numeric values.
Alignment1The data input accepts a single dimensional array of numeric values used as alignment axis.
Dynamic2The dynamic data input consists of a multiple dimensional arrays of numeric values of equal length.
Remarks
The Alignment format indicates the type is used for processing mathematical functions requiring an explicit alignment axis.
See Also