Table of Contents

Class MinFunction

Namespace
StepLang.Framework.Pure
Assembly
StepLang.dll
public class MinFunction : NativeFunction
Inheritance
MinFunction
Inherited Members

Constructors

MinFunction()

public MinFunction()

Fields

Identifier

public const string Identifier = "min"

Field Value

string

Properties

NativeParameters

protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }

Property Value

IEnumerable<NativeFunction.NativeParameter>

ReturnTypes

protected override IEnumerable<ResultType> ReturnTypes { get; }

Property Value

IEnumerable<ResultType>

Methods

Invoke(TokenLocation, Interpreter, IReadOnlyList<ExpressionNode>)

public override NumberResult Invoke(TokenLocation callLocation, Interpreter interpreter, IReadOnlyList<ExpressionNode> arguments)

Parameters

callLocation TokenLocation
interpreter Interpreter
arguments IReadOnlyList<ExpressionNode>

Returns

NumberResult