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