Table of Contents

Class FloorPreciseFutureFunctionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class FloorPreciseFutureFunctionNode : FutureFunctionNode
Inheritance
FloorPreciseFutureFunctionNode
Inherited Members

Constructors

FloorPreciseFutureFunctionNode(string?, XlfnFunctionPrefixNode?, List<Node>?, List<Node>?)

public FloorPreciseFutureFunctionNode(string? rawName = null, XlfnFunctionPrefixNode? prefix = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

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