Table of Contents

Class Function

Namespace
NCalc.Domain
Assembly
NCalc.dll
public class Function
Inheritance
Function
Inherited Members

Constructors

Function(string, LogicalExpression)

public Function(string name, LogicalExpression body)

Parameters

name string
body LogicalExpression

Properties

Body

public LogicalExpression Body { get; }

Property Value

LogicalExpression

Description

public string? Description { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

Parameters

public IList<FunctionParameter> Parameters { get; }

Property Value

IList<FunctionParameter>