Class FunctionArgs
Namespace: Unity.VisualScripting.Dependencies.NCalc
Syntax
public class FunctionArgs : EventArgs
Properties
HasResult
Declaration
public bool HasResult { get; set; }
Property Value
| Type | Description | 
|---|---|
| Boolean | 
Parameters
Declaration
public Expression[] Parameters { get; set; }
Property Value
| Type | Description | 
|---|---|
| Expression[] | 
Result
Declaration
public object Result { get; set; }
Property Value
| Type | Description | 
|---|---|
| Object | 
Methods
EvaluateParameters(Flow)
Declaration
public object[] EvaluateParameters(Flow flow)
Parameters
| Type | Name | Description | 
|---|---|---|
| Flow | flow | 
Returns
| Type | Description | 
|---|---|
| Object[] |