Table of Contents

Class FunctionParameter

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

Constructors

FunctionParameter(string, bool, LogicalExpression?)

public FunctionParameter(string name, bool optional, LogicalExpression? defaultValue)

Parameters

name string
optional bool
defaultValue LogicalExpression

Properties

DefaultValue

public LogicalExpression? DefaultValue { get; }

Property Value

LogicalExpression

IsOptional

public bool IsOptional { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string