IntPair StructureNaiad Help

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

An equatable pair of 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 struct IntPair : IEquatable<IntPair>

The IntPair type exposes the following members.

Constructors

  NameDescription
Public methodIntPair
Constructs a new pair from the given integers.
Top
Methods

  NameDescription
Public methodEquals
Returns true if and only if this and the other pair are element-wise equal.
Public methodGetHashCode
Returns a hashcode for this pair.
(Overrides ValueTypeGetHashCode.)
Public methodToString
Returns a string representation of this pair.
(Overrides ValueTypeToString.)
Top
Fields

  NameDescription
Public fields
The first integer.
Public fieldt
The second integer.
Top
See Also

Reference