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
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, NumberResult, NumberResult)
protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, NumberResult argument1, NumberResult argument2)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
NumberResultargument2
NumberResult