Class MinIntsNode
Inheritance
object
MinIntsNode
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.MapGraph
Syntax
[ScriptNode("Min (Int)", "Math", true)]
[Serializable]
[ExplicitInPortTypes(new Type[] { typeof(int) })]
[ExplicitOutPortTypes(new Type[] { typeof(int) })]
public class MinIntsNode : 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 |
Overrides
InsaneScatterbrain.MapGraph.BasicMathOperationNode<int, int, int>.Calculate(int, int)