IntPair Constructor Naiad Help

[This is preliminary documentation and is subject to change.]

Constructs a new pair from the given integers.

Namespace: Microsoft.Research.Naiad.Frameworks.DifferentialDataflow
Assembly: Microsoft.Research.Naiad.DifferentialDataflow (in Microsoft.Research.Naiad.DifferentialDataflow.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public IntPair(
	int s,
	int t
)

Parameters

s
Type: SystemInt32
The first integer.
t
Type: SystemInt32
The second integer.
See Also

Reference