74        public override string[] 
Aliases => 
new string[] { 
"plot2dhline" };
 
   81            get { 
return new string[] { 
"x", 
"y", 
"color", 
"size" }; }
 
   98            int Dimension = X.Dimension;
 
   99            if (Y.Dimension != Dimension)
 
Script runtime exception.
 
Class managing a script expression.
 
Plots a two-dimensional horizontal line.
 
override string FunctionName
Name of the function
 
Plot2DHorizontalLine(ScriptNode X, ScriptNode Y, ScriptNode Mode, ScriptNode Color, int Start, int Length, Expression Expression)
Plots a two-dimensional horizontal line.
 
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
 
Plot2DHorizontalLine(ScriptNode X, ScriptNode Y, ScriptNode Mode, ScriptNode Color, ScriptNode Size, int Start, int Length, Expression Expression)
Plots a two-dimensional horizontal line.
 
Plot2DHorizontalLine(ScriptNode X, ScriptNode Y, ScriptNode Mode, int Start, int Length, Expression Expression)
Plots a two-dimensional horizontal line.
 
override string[] DefaultArgumentNames
Default Argument names
 
override string[] Aliases
Optional aliases. If there are no aliases for the function, null is returned.
 
Plots a two-dimensional horizontal line graph.
 
Handles two-dimensional graphs.
 
static readonly SKColor DefaultColor
Default color: Red
 
Base class for multivariate funcions.
 
ScriptNode[] Arguments
Function arguments.
 
Base class for all nodes in a parsed script tree.
 
int Length
Length of expression covered by node.
 
Expression Expression
Expression of which the node is a part.
 
int Start
Start position in script expression.
 
Basic interface for all types of elements.
 
object AssociatedObjectValue
Associated object value.
 
Basic interface for vectors.
 
ArgumentType
Type of parameter used in a function definition or a lambda definition.