Table of Contents

Class NcFunctionExpr

Namespace
Hi.NcParsers.EvaluationSyntaxs.Evaluation
Assembly
HiMech.dll

Built-in function call like SIN[x], SQRT[x], ATAN[a]/[b].

public sealed record NcFunctionExpr : NcExpr, IEquatable<NcExpr>, IEquatable<NcFunctionExpr>
Inheritance
NcFunctionExpr
Implements
Inherited Members
Extension Methods

Constructors

NcFunctionExpr(string, IReadOnlyList<NcExpr>)

Built-in function call like SIN[x], SQRT[x], ATAN[a]/[b].

public NcFunctionExpr(string Name, IReadOnlyList<NcExpr> Args)

Parameters

Name string
Args IReadOnlyList<NcExpr>

Properties

Args

public IReadOnlyList<NcExpr> Args { get; init; }

Property Value

IReadOnlyList<NcExpr>

Name

public string Name { get; init; }

Property Value

string