Class TanFunction
public class TanFunction : GenericFunction<NumberResult>
- Inheritance
-
TanFunction
- Inherited Members
Constructors
TanFunction()
public TanFunction()
Fields
Identifier
public const string Identifier = "tan"
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