Class MaxFunction
public class MaxFunction : NativeFunction
- Inheritance
-
MaxFunction
- Inherited Members
Constructors
MaxFunction()
public MaxFunction()
Fields
Identifier
public const string Identifier = "max"
Field Value
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, IReadOnlyList<ExpressionNode>)
public override NumberResult Invoke(TokenLocation callLocation, Interpreter interpreter, IReadOnlyList<ExpressionNode> arguments)
Parameters
callLocation
TokenLocationinterpreter
Interpreterarguments
IReadOnlyList<ExpressionNode>