Class TanhStandardFunctionNode
- Namespace
- OpenLanguage.SpreadsheetML.Formula.Ast
- Assembly
- OpenLanguage.dll
public class TanhStandardFunctionNode : StandardFunctionNode
- Inheritance
-
TanhStandardFunctionNode
- Inherited Members
Constructors
TanhStandardFunctionNode(string?, List<Node>?, List<Node>?)
public TanhStandardFunctionNode(string? rawName = null, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)