Click or drag to resize

functionArrayfunctionArrayEntryMode Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Designates how functions are used in functionArray

Namespace:  imbSCI.Core.math.functions
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public enum functionArrayEntryMode
Request Example View Source
Members
  Member nameValueDescription
useGeneralAlpha0 The function (GetOutput(Double)) will get GetOutput(Double) general alpha value
usePrevResultAsAlpha1 The function will get output from function invoked in previous step. If it is the first in the array, then it gets general alpha
See Also