Table of Contents

Class ToRadixFunction

Namespace
StepLang.Framework.Conversion
Assembly
StepLang.dll
public class ToRadixFunction : GenericFunction<NumberResult, NumberResult>
Inheritance
ToRadixFunction
Inherited Members

Constructors

ToRadixFunction()

public ToRadixFunction()

Fields

Identifier

public const string Identifier = "toRadix"

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

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

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 NumberResult
argument2 NumberResult

Returns

ExpressionResult