Class SinFunction
public class SinFunction : GenericFunction<NumberResult>
- Inheritance
-
SinFunction
- Inherited Members
Constructors
SinFunction()
public SinFunction()
Fields
Identifier
public const string Identifier = "sin"
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)
protected override NumberResult Invoke(TokenLocation callLocation, Interpreter interpreter, NumberResult argument1)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
NumberResult