ioperatorformula

@nishans/types / Exports / IOperatorFormula

Interface: IOperatorFormula<RT, O, F, A>#

Type parameters#

NameType
RTTFormulaResultType
OTOperator
FTHybridFunctionName
Aany

Hierarchy#

  • IOperatorFormula

Index#

Properties#

Properties#

args#

• args: A

Defined in: formula.ts:98


name#

• name: F

Defined in: formula.ts:97


operator#

• operator: O

Defined in: formula.ts:96


result_type#

• result_type: RT

Defined in: formula.ts:95


type#

• type: operator

Defined in: formula.ts:94