Table of Contents

Class NegBinomDistStandardFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class NegBinomDistStandardFunctionNode : StandardFunctionNode
Inheritance
NegBinomDistStandardFunctionNode
Inherited Members

Constructors

NegBinomDistStandardFunctionNode(string?, List<Node>?, List<Node>?)

public NegBinomDistStandardFunctionNode(string? rawName = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

rawName string
leadingWhitespace List<Node>
trailingWhitespace List<Node>