Class AddIntsNode
Inheritance
AddIntsNode
  Inherited Members
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Add (Int)", "Math", true)]
[Serializable]
[ExplicitInPortTypes(new Type[] { typeof(int) })]
[ExplicitOutPortTypes(new Type[] { typeof(int) })]
public class AddIntsNode : BasicMathOperationNode<int>, IProcessorNode, IProviderNode, IConsumerNode, IScriptNode, INodeMethods
Calculate(int, int)
Declaration
protected override int Calculate(int a, int b)Parameters
| Type | Name | Description | 
|---|---|---|
| int | a | |
| int | b | 
Returns
| Type | Description | 
|---|---|
| int |