Table of Contents

Class RoundFunction

Namespace
StepLang.Framework.Pure
Assembly
StepLang.dll
public class RoundFunction : GenericFunction<NumberResult>
Inheritance
RoundFunction
Inherited Members

Constructors

RoundFunction()

public RoundFunction()

Fields

Identifier

public const string Identifier = "round"

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, NumberResult)

protected override NumberResult Invoke(TokenLocation callLocation, Interpreter interpreter, NumberResult argument1)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 NumberResult

Returns

NumberResult