Table of Contents

Class RandomFunction

Namespace
StepLang.Framework.Other
Assembly
StepLang.dll
public class RandomFunction : GenericFunction
Inheritance
RandomFunction
Inherited Members

Constructors

RandomFunction()

public RandomFunction()

Fields

Identifier

public const string Identifier = "random"

Field Value

string

Properties

ReturnTypes

protected override IEnumerable<ResultType> ReturnTypes { get; }

Property Value

IEnumerable<ResultType>

Methods

Invoke(TokenLocation, Interpreter)

protected override NumberResult Invoke(TokenLocation callLocation, Interpreter interpreter)

Parameters

callLocation TokenLocation
interpreter Interpreter

Returns

NumberResult